数据库更新

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

@@ -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镜像名称