数据库更新

This commit is contained in:
jeremygan2021
2026-01-21 18:06:06 +08:00
parent 2b70af6652
commit b5b9d6e731
2 changed files with 11 additions and 11 deletions

View File

@@ -46,7 +46,7 @@
}, },
"db_host": "6.6.6.86", "db_host": "6.6.6.86",
"db_port": "5432", "db_port": "5432",
"db_user": "gsdh", "db_user": "zhao",
"db_password": "123gsdh", "db_password": "123zhao",
"db_name": "gsdh" "db_name": "zhao"
} }

View File

@@ -13,16 +13,16 @@
# ============================================================================= # =============================================================================
# 配置非局域网变量 - 公网上传方法 # 配置非局域网变量 - 公网上传方法
SERVER_HOST="121.43.104.161" # 服务器IP地址 # SERVER_HOST="121.43.104.161" # 服务器IP地址
SERVER_USER="ubuntu" # 服务器用户名
SERVER_PASSWORD="qweasdzxc1" # 服务器密码
SERVER_PORT="6222"
# 配置局域网变量 - 公司局域网上传方法
# SERVER_HOST="6.6.6.86" # 服务器IP地址
# SERVER_USER="ubuntu" # 服务器用户名 # SERVER_USER="ubuntu" # 服务器用户名
# SERVER_PASSWORD="qweasdzxc1" # 服务器密码 # 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镜像名称 IMAGE_NAME="checkin_sys" # Docker镜像名称