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.
19 lines
523 B
19 lines
523 B
NODE_ENV=production
|
|
VUE_APP_PREVIEW=false
|
|
#项目名
|
|
VUE_APP_ProjectName=Colder框架
|
|
#首页路径
|
|
VUE_APP_DesktopPath=/Home/Introduce
|
|
#发布后接口根地址
|
|
VUE_APP_PublishRootUrl=http://hyapi.qiyue666.com
|
|
#本地调试接口根地址
|
|
VUE_APP_LocalRootUrl=http://localhost:5000
|
|
#VUE_APP_LocalRootUrl=http://hyapi.qiyue666.com
|
|
#接口超时时间ms
|
|
VUE_APP_ApiTimeout=10000
|
|
#本地开发启动端口
|
|
VUE_APP_DevPort=5001
|
|
#接口签名appId
|
|
VUE_APP_AppId=PcAdmin
|
|
#接口签名appSecret
|
|
VUE_APP_AppSecret=wtMaiTRPTT3hrf5e
|