修改服务地址
This commit is contained in:
@@ -5,7 +5,7 @@ PROJECT_NAME=OfferPie AI
|
|||||||
SERVER_PORT=8000
|
SERVER_PORT=8000
|
||||||
|
|
||||||
# 数据库 (MySQL)
|
# 数据库 (MySQL)
|
||||||
DB_HOST=8.138.5.14
|
DB_HOST=8.163.14.142
|
||||||
DB_PORT=30006
|
DB_PORT=30006
|
||||||
DB_USER=root
|
DB_USER=root
|
||||||
DB_PASSWORD=^CgDatabase2020
|
DB_PASSWORD=^CgDatabase2020
|
||||||
@@ -14,7 +14,7 @@ DB_POOL_SIZE=10
|
|||||||
DB_MAX_OVERFLOW=20
|
DB_MAX_OVERFLOW=20
|
||||||
|
|
||||||
# Redis
|
# Redis
|
||||||
REDIS_HOST=8.138.5.14
|
REDIS_HOST=8.163.14.142
|
||||||
REDIS_PORT=30089
|
REDIS_PORT=30089
|
||||||
REDIS_PASSWORD="#8kPCdAsser"
|
REDIS_PASSWORD="#8kPCdAsser"
|
||||||
REDIS_DB=0
|
REDIS_DB=0
|
||||||
|
|||||||
Vendored
+2
-2
@@ -13,10 +13,10 @@ pipeline {
|
|||||||
|
|
||||||
environment {
|
environment {
|
||||||
// 目标服务器配置
|
// 目标服务器配置
|
||||||
DEPLOY_HOST = '8.138.180.255'
|
DEPLOY_HOST = '8.148.237.97'
|
||||||
DEPLOY_PORT = '22'
|
DEPLOY_PORT = '22'
|
||||||
DEPLOY_USER = 'root'
|
DEPLOY_USER = 'root'
|
||||||
DEPLOY_PASS = 'sh.0807.'
|
DEPLOY_PASS = 'Mzpy520@126.com'
|
||||||
|
|
||||||
// 项目配置
|
// 项目配置
|
||||||
IMAGE_NAME = 'offerpie-ai'
|
IMAGE_NAME = 'offerpie-ai'
|
||||||
|
|||||||
Reference in New Issue
Block a user