9 lines
228 B
Plaintext
9 lines
228 B
Plaintext
# just a flag
|
|
NODE_ENV = 'production'
|
|
VUE_APP_PRO = 'local'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = 'https://joylink.club/jlcloud'
|
|
VUE_APP_VOICE_API = 'https://joylink.club/oss/joylink'
|
|
VUE_APP_UPLOAD_API = 'https://upload.joylink.club'
|