join_admin/.env.staging

10 lines
139 B
Plaintext
Raw Normal View History

2019-12-03 18:03:25 +00:00
NODE_ENV = production
# just a flag
ENV = 'staging'
# base api
VUE_APP_BASE_API = '/stage-api'
2019-12-10 15:30:27 +00:00
BOTPRESS_HOST = 'https://joinbot.tk/bot'