添加一键启动:Makefile、Docker Compose(PostgreSQL)、环境变量模板
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user