docker web配置
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
/**
|
||||
* @description Workcase 运行时配置 (Docker 部署用)
|
||||
*
|
||||
* 域名: https://demo-urbanlifeline.tensorgrove.com
|
||||
* 域名: https://192.168.130.131
|
||||
* 修改此文件后重启容器生效
|
||||
*/
|
||||
|
||||
@@ -39,9 +39,9 @@ window.APP_RUNTIME_CONFIG = {
|
||||
publicWebPath: '/',
|
||||
|
||||
sso: {
|
||||
platformUrl: 'https://demo-urbanlifeline.tensorgrove.com/',
|
||||
workcaseUrl: 'https://demo-urbanlifeline.tensorgrove.com/workcase',
|
||||
biddingUrl: 'https://demo-urbanlifeline.tensorgrove.com/bidding'
|
||||
platformUrl: 'https://192.168.130.131/',
|
||||
workcaseUrl: 'https://192.168.130.131/workcase',
|
||||
biddingUrl: 'https://192.168.130.131/bidding'
|
||||
},
|
||||
|
||||
aesSecretKey: 'MTIzNDU2Nzg5MDEyMzQ1Njc4OTAxMjM0NTY3ODkwMTI=',
|
||||
|
||||
Reference in New Issue
Block a user