2019-07-02 16:29:52 +08:00
|
|
|
# just a flag
|
|
|
|
NODE_ENV = 'production'
|
|
|
|
|
|
|
|
# base api
|
2021-12-20 12:38:59 +08:00
|
|
|
<<<<<<< HEAD
|
2020-12-29 09:59:11 +08:00
|
|
|
VUE_APP_BASE_API = 'https://api.joylink.club/jlcloud'
|
2021-12-20 12:38:28 +08:00
|
|
|
VUE_APP_VOICE_API = 'https://joylink.club/oss/joylink'
|
2020-12-29 16:13:32 +08:00
|
|
|
VUE_APP_UPLOAD_API = 'https://upload.joylink.club'
|
2021-12-20 12:38:59 +08:00
|
|
|
=======
|
2021-12-20 11:02:55 +08:00
|
|
|
VUE_APP_BASE_API = 'https://joylink.club/jlcloud'
|
2021-12-20 10:22:17 +08:00
|
|
|
VUE_APP_VOICE_API = 'https://oss.joylink.club/oss/joylink'
|
2021-12-20 11:02:55 +08:00
|
|
|
VUE_APP_UPLOAD_API = 'https://joylink.club/jlfile/'
|
2021-12-20 12:38:59 +08:00
|
|
|
>>>>>>> 151251a693a5357d34c7ebac16387ad54091622e
|
2021-04-15 17:21:18 +08:00
|
|
|
VUE_APP_BASE_SITE='https://joylink.club/cbtc'
|