rt-sim-training-client/.env.heb

10 lines
255 B
Plaintext
Raw Normal View History

2020-03-30 16:52:53 +08:00
# just a flag
NODE_ENV = 'production'
2020-03-31 15:11:20 +08:00
VUE_APP_PRO = 'local'
2020-03-30 16:52:53 +08:00
# base api
2021-05-25 18:09:26 +08:00
VUE_APP_BASE_API = 'http://160.20.60.15:9000'
VUE_APP_VOICE_API = 'http://160.20.60.15/oss/joylink'
VUE_APP_UPLOAD_API = 'http://160.20.60.15'
VUE_APP_BASE_SITE='http://160.20.60.15'