12 lines
174 B
Bash
12 lines
174 B
Bash
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
|