blob: 531a45b526774b2c883e2e510092c1e59939d19e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# if you are cloning this repo, use a .env.production.local and do not edit this file
VUE_APP_TITLE=The Mana World
# real reCAPTCHA key goes here
VUE_APP_RECAPTCHA=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI
# real PGP key goes here
VUE_APP_PGP=
# real Google analytics key goes here
VUE_APP_ANALYTICS=
# real AddThis key goes here
VUE_APP_ADDTHIS=
|