y9-code-generator/vue/y9vue-code-generator/.env.production

40 lines
1.7 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#运行环境
NODE_ENV = 'production'
# 工程名
VUE_APP_NAME = 'y9vue-code'
# 公共资源路径
VUE_APP_PUBLIC_PATH = '/y9vue-code/'
# markdown 文件路径
VUE_APP_MD_PATH = '/y9vue-code/public/'
# 后端api接口域名
VUE_APP_HOST = 'http://localhost:8080/code'
# 后端platform工程的接口域名主域 + 上下文)
VUE_APP_PLATFORM = 'http://localhost:7055/platform/'
# index页面
VUE_APP_HOST_INDEX = 'http://localhost:8081/y9vue-code/'
# sso接口
VUE_APP_SSO_DOMAINURL = 'http://localhost:7055/'
# sso接口上下文
VUE_APP_SSO_CONTEXT = 'sso'
# sso授权码接口必须带上主域名方便调试避免拼接出现问题
VUE_APP_SSO_AUTHORIZE_URL = 'http://localhost:7055/sso/oauth2.0/authorize'
# 退出URLservice的值在这里可不带上则由后端默认也可带上则由前端默认可在退出时传入这个值给到单点登录插件
VUE_APP_SSO_LOGOUT_URL = 'http://localhost:7055/sso/logout?service=http://localhost:8081/'
# 单点登录客户端唯一标示
VUE_APP_SSO_CLIENT_ID = 'clientid'
# 单点登录客户端密钥
VUE_APP_SSO_SECRET = 'secret'
# sso接口的固定字段
VUE_APP_SSO_GRANT_TYPE = 'authorization_code'
# token 缓存到前端的key属性
VUE_APP_SSO_SITETOKEN_KEY = 'y9AT'
# 跨域携带cookie单点登录插件里有这个属性配置方便适配客户环境调试因插件的这个参数导致的跨域问题
VUE_APP_CREDENTIALS = true
# 记住我时间 单位:天(新版本已没有开发此功能)
# VUE_APP_REMEMBER_TIME = 30
# 由前端定制单点登录页面(当前由后端统一配置此页面,不建议个别工程使用,除非所有微服务工程都统一使用)
# VUE_APP_APPFEATURES = '1'