JCC-RIP/.env.production

9 lines
148 B
Plaintext
Raw Normal View History

2021-01-21 17:43:14 +08:00
# just a flag
ENV = 'production'
# base api
2021-08-05 15:42:55 +08:00
VUE_APP_BASE_API = 'prod-api'
2022-03-23 15:41:27 +08:00
VUE_APP_FUNCTION_API = 'apis/v1'
2021-09-08 11:54:46 +08:00
VUE_APP_PUBLIC_SOURCE_API = '/monitor'
2021-01-21 17:43:14 +08:00