This commit is contained in:
aaron 2025-08-21 12:14:24 +08:00
parent 355b61aff3
commit d3df21b967
2 changed files with 4 additions and 4 deletions

View File

@ -74,10 +74,10 @@ discord:
# 数据库配置 # 数据库配置
database: database:
host: "gz-cynosdbmysql-grp-2j1cnopr.sql.tencentcdb.com" host: "cd-cynosdbmysql-grp-7kdd8qe4.sql.tencentcdb.com"
port: 27469 port: 26558
user: "root" user: "root"
password: "Aa#223388" password: "gUjjmQpu6c7V0hMF"
db_name: "cryptoai" db_name: "cryptoai"
# 腾讯云SES邮件服务配置 # 腾讯云SES邮件服务配置

View File

@ -29,7 +29,7 @@ services:
cryptoai-api: cryptoai-api:
build: . build: .
container_name: cryptoai-api container_name: cryptoai-api
image: cryptoai-api:0.2.25 image: cryptoai-api:0.2.26
restart: always restart: always
ports: ports:
- "8000:8000" - "8000:8000"