You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
34 lines
1.2 KiB
Plaintext
34 lines
1.2 KiB
Plaintext
NODE_ENV = production
|
|
|
|
VUE_APP_OIDC_AUTHORITY = http://demo.openauth.me:12796
|
|
VUE_APP_OIDC_CLIENTID = OpenAuth.Pro
|
|
VUE_APP_OIDC_REDIRECTURI = http://demo.openauth.me:1803/#/oidc-callback
|
|
VUE_APP_OIDC_POSTLOGOUTREDIRECTURI = http://demo.openauth.me: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.me:180 3/silent-renew-oidc.html
|
|
|
|
|
|
#VUE_APP_BASE_API = http://175.27.168.120:6022/api
|
|
#VUE_APP_BASE_IMG_URL = http://175.27.168.120:6021
|
|
#VUE_APP_BASE = http://175.27.168.120:6022
|
|
|
|
#VUE_APP_BASE_API = http://60.213.14.14:6050/api
|
|
#VUE_APP_BASE_IMG_URL = http://60.213.14.14:6070
|
|
#VUE_APP_BASE = http://60.213.14.14:6050
|
|
#VUE_APP_URL = http://60.213.14.14:6080
|
|
|
|
#VUE_APP_BASE_API = http://123.132.248.154:9091/api
|
|
#UE_APP_BASE_IMG_URL = http://123.132.248.154:9092
|
|
#VUE_APP_BASE = http://123.132.248.154:9091
|
|
|
|
VUE_APP_BASE_API = http://223.99.16.253:8098/api
|
|
VUE_APP_BASE_IMG_URL = http://223.99.16.253:8099
|
|
VUE_APP_BASE = http://223.99.16.253:8098
|
|
|
|
|
|
#VUE_APP_BASE_API = http://123.132.248.154:9015/api
|
|
#VUE_APP_BASE_IMG_URL = http://123.132.248.154:9002
|
|
#VUE_APP_BASE = http://123.132.248.154:9015
|