microwave-project-unite/.env.staging

12 lines
225 B
Plaintext
Raw Permalink Normal View History

2023-01-09 01:55:54 +00:00
NODE_ENV = production
# just a flag
ENV = 'staging'
# base api
VUE_APP_BASE_API = '/stage-api'
2023-01-11 01:15:17 +00:00
VUE_APP_MICROWAVE_API = '/stage-microwave-api'
2023-01-09 01:55:54 +00:00
VUE_APP_REALITY_API = '/stage-reality-api'
VUE_APP_FILE_API = '/stage-file-api'