mirror of
https://gitee.com/durcframework/SOP.git
synced 2025-08-11 21:57:56 +08:00
9 lines
195 B
Plaintext
9 lines
195 B
Plaintext
# just a flag
|
||
ENV = 'production'
|
||
|
||
# base api,
|
||
# 如果要前后端分离,这里填 http(s)://ip:port 末尾没有/
|
||
# 如:http://www.aaa.com, http://www.bbb.com:7777
|
||
VUE_APP_BASE_API = ''
|
||
|