mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-09-19 01:58:01 +08:00
13 lines
583 B
Plaintext
13 lines
583 B
Plaintext
NODE_ENV = production
|
|
|
|
VUE_APP_OIDC_AUTHORITY = http://demo.openauth.net.cn:12796
|
|
VUE_APP_OIDC_CLIENTID = OpenAuth.Pro
|
|
VUE_APP_OIDC_REDIRECTURI = http://demo.openauth.net.cn:1803/#/oidc-callback
|
|
VUE_APP_OIDC_POSTLOGOUTREDIRECTURI = http://demo.openauth.net.cn:1803
|
|
VUE_APP_OIDC_RESPONSETYPE = code
|
|
VUE_APP_OIDC_SCOPE = openid profile openauthapi
|
|
VUE_APP_OIDC_AUTOMATICSILENTRENEW = true
|
|
VUE_APP_OIDC_SILENTREDIRECTURI = http://demo.openauth.net.cn:1803/silent-renew-oidc.html
|
|
|
|
VUE_APP_BASE_API = http://demo.openauth.net.cn:52789/api
|
|
VUE_APP_BASE_IMG_URL = demo.openauth.net.cn:52789 |