docker web配置

This commit is contained in:
2026-01-07 15:35:35 +08:00
parent 72cea2935d
commit 2e84282424
4 changed files with 15 additions and 15 deletions

View File

@@ -1,7 +1,7 @@
/**
* @description Bidding 运行时配置 (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=',

View File

@@ -1,7 +1,7 @@
/**
* @description Platform 运行时配置 (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=',

View File

@@ -36,9 +36,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'
},
features: {

View File

@@ -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=',