JCC-RIP/.env.production

9 lines
147 B
Plaintext
Raw Permalink Normal View History

2021-01-21 17:43:14 +08:00
# just a flag
ENV = 'production'
# base api
2022-06-11 17:22:47 +08:00
VUE_APP_BASE_API = '/jcc-ks'
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