|
@@ -111,13 +111,13 @@ pipeline {
|
|
|
if (params.profile == "test") {
|
|
if (params.profile == "test") {
|
|
|
SWARM_INIT_REPLICAS_NUM = 1
|
|
SWARM_INIT_REPLICAS_NUM = 1
|
|
|
SERVER_HOST = "test1.storlead.com"
|
|
SERVER_HOST = "test1.storlead.com"
|
|
|
- API_PORT = 10020
|
|
|
|
|
- API_REMOTE_DEBUG_PORT = 10021
|
|
|
|
|
|
|
+ API_PORT = 10060
|
|
|
|
|
+ API_REMOTE_DEBUG_PORT = 10061
|
|
|
SERVER_HOST_NAME = "test1"
|
|
SERVER_HOST_NAME = "test1"
|
|
|
} else if (params.profile == "prod") {
|
|
} else if (params.profile == "prod") {
|
|
|
SERVER_HOST = "110.41.82.21"
|
|
SERVER_HOST = "110.41.82.21"
|
|
|
- API_PORT = 10020
|
|
|
|
|
- API_REMOTE_DEBUG_PORT = 10020
|
|
|
|
|
|
|
+ API_PORT = 10060
|
|
|
|
|
+ API_REMOTE_DEBUG_PORT = 10061
|
|
|
SERVER_HOST_NAME = "node1"
|
|
SERVER_HOST_NAME = "node1"
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|