blob: 232e7025a52646d7f6e4cae58990ab1aa75c7cc6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# 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=
# set the compiler mode
NODE_ENV=production
|