数据库更新
This commit is contained in:
@@ -46,7 +46,7 @@
|
||||
},
|
||||
"db_host": "6.6.6.86",
|
||||
"db_port": "5432",
|
||||
"db_user": "gsdh",
|
||||
"db_password": "123gsdh",
|
||||
"db_name": "gsdh"
|
||||
"db_user": "zhao",
|
||||
"db_password": "123zhao",
|
||||
"db_name": "zhao"
|
||||
}
|
||||
@@ -13,16 +13,16 @@
|
||||
# =============================================================================
|
||||
|
||||
# 配置非局域网变量 - 公网上传方法
|
||||
SERVER_HOST="121.43.104.161" # 服务器IP地址
|
||||
SERVER_USER="ubuntu" # 服务器用户名
|
||||
SERVER_PASSWORD="qweasdzxc1" # 服务器密码
|
||||
SERVER_PORT="6222"
|
||||
|
||||
# 配置局域网变量 - 公司局域网上传方法
|
||||
# SERVER_HOST="6.6.6.86" # 服务器IP地址
|
||||
# SERVER_HOST="121.43.104.161" # 服务器IP地址
|
||||
# SERVER_USER="ubuntu" # 服务器用户名
|
||||
# SERVER_PASSWORD="qweasdzxc1" # 服务器密码
|
||||
# SERVER_PORT="22" # SSH端口,默认22
|
||||
# SERVER_PORT="6222"
|
||||
|
||||
# 配置局域网变量 - 公司局域网上传方法
|
||||
SERVER_HOST="6.6.6.86" # 服务器IP地址
|
||||
SERVER_USER="ubuntu" # 服务器用户名
|
||||
SERVER_PASSWORD="qweasdzxc1" # 服务器密码
|
||||
SERVER_PORT="22" # SSH端口,默认22
|
||||
|
||||
|
||||
IMAGE_NAME="checkin_sys" # Docker镜像名称
|
||||
|
||||
Reference in New Issue
Block a user