microwave-project-unite/.env.development

9 lines
197 B
Plaintext
Raw Permalink Normal View History

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