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