microwave-project-unite/.env.development

10 lines
154 B
Plaintext
Raw Normal View History

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