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