mirror of
https://gitee.com/julywhj/sms-getway.git
synced 2025-12-24 08:12:51 +08:00
7 lines
90 B
Plaintext
7 lines
90 B
Plaintext
# just a flag
|
|
ENV = 'development'
|
|
|
|
# base api
|
|
VUE_APP_BASE_API = 'http://127.0.0.1:8000'
|
|
|