y9-interface-platform/y9vue-interfacePlatform/.env.production

49 lines
1.4 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#运行环境
NODE_ENV = 'development'
# 工程名
VUE_APP_NAME = 'interface'
# 公共资源路径
VUE_APP_PUBLIC_PATH = '/interface/'
#api接口域名
VUE_APP_HOST = 'https://test-api.youshengyun.com/'
# index页面
VUE_APP_HOST_INDEX = 'https://test.youshengyun.com/interface/'
# y9home接口
VUE_APP_CONTEXT = 'https://test-api.youshengyun.com/interfacePlatform/'
# 执行转发节点入口接口
VUE_APP_NODE_CONTEXT = 'https://test-api.youshengyun.com/interfacePlatform/'
# kernel-log接口
VUE_APP_LOG_URL = 'https://test.youshengyun.com/log/'
# sso接口
VUE_APP_SSO_DOMAINURL = 'https://test.youshengyun.com/'
# sso接口上下文
VUE_APP_SSO_CONTEXT = 'sso'
# sso授权码接口
VUE_APP_SSO_AUTHORIZE_URL = 'https://test.youshengyun.com/sso/oauth2.0/authorize'
# 退出URL
VUE_APP_SSO_LOGOUT_URL = 'https://test.youshengyun.com/sso/logout?service=https://test.youshengyun.com/'
# sso接口的固定字段
VUE_APP_SSO_CLIENT_ID = 'clientid'
# sso接口的固定字段
VUE_APP_SSO_SECRET = 'secret'
# sso接口的固定字段
VUE_APP_SSO_GRANT_TYPE = 'authorization_code'
# sso-redisKey
VUE_APP_REDISKEY = 'userKey'
# sso-sessionStorage_guid
VUE_APP_SESSIONSTORAGE_GUID = 'guid'
# sso-token_key
VUE_APP_SSO_SITETOKEN_KEY = 'y9AT'
# sso-redisServerUrl
#VUE_APP_SERVER_REDIS = 'http://localhost:6379/'
# 跨域携带cookie
VUE_APP_CREDENTIALS = true
# 记住我时间 单位:天
VUE_APP_REMEMBER_TIME = 30
# appFeatures
#VUE_APP_APPFEATURES = '1'