8 lines
221 B
Plaintext
8 lines
221 B
Plaintext
|
# just a flag
|
||
|
NODE_ENV = 'production'
|
||
|
|
||
|
# base api
|
||
|
VUE_APP_BASE_API = 'https://joylink.club/tpsq-cloud'
|
||
|
VUE_APP_BASE_RESOURCE_API = 'https://joylink.club/jlfile'
|
||
|
VUE_APP_BASE_RESOURCE_URL = 'https://joylink.club/oss/tpsq'
|