You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
471 B
18 lines
471 B
4 years ago
|
NODE_ENV=production
|
||
|
VUE_APP_PREVIEW=false
|
||
|
#项目名
|
||
|
VUE_APP_ProjectName=Colder框架
|
||
|
#首页路径
|
||
|
VUE_APP_DesktopPath=/Home/Introduce
|
||
|
#发布后接口根地址
|
||
|
VUE_APP_PublishRootUrl=http://localhost:5000
|
||
|
#本地调试接口根地址
|
||
|
VUE_APP_LocalRootUrl=http://localhost:5000
|
||
|
#接口超时时间ms
|
||
|
VUE_APP_ApiTimeout=10000
|
||
|
#本地开发启动端口
|
||
|
VUE_APP_DevPort=5001
|
||
|
#接口签名appId
|
||
|
VUE_APP_AppId=PcAdmin
|
||
|
#接口签名appSecret
|
||
|
VUE_APP_AppSecret=wtMaiTRPTT3hrf5e
|