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