完善客户端连接流程处理和日志输出

This commit is contained in:
2025-02-25 00:46:16 +08:00
parent 83f4f06740
commit c24a1e1621
6 changed files with 211 additions and 129 deletions

9
cmd/server/.env.example Normal file
View File

@@ -0,0 +1,9 @@
APP_CTRL_PORT=18080
APP_DATA_PORT=18081
DB_HOST=localhost
DB_PORT=5432
DB_DATABASE=app
DB_USERNAME=proxy
DB_PASSWORD=proxy
DB_TIMEZONE=Asia/Shanghai