添加一键启动:Makefile、Docker Compose(PostgreSQL)、环境变量模板

This commit is contained in:
yml2213
2026-07-14 11:24:29 +08:00
parent 05ab468498
commit 5820665b85
4 changed files with 64 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
SERVER_PORT=8080
GIN_MODE=debug
DB_HOST=localhost
DB_PORT=5432
DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=kefu_sys
DB_SSLMODE=disable
JWT_SECRET=kefu-sys-dev-secret-key