12 lines
178 B
Bash
12 lines
178 B
Bash
SERVER_PORT=8080
|
|
GIN_MODE=debug
|
|
|
|
DB_HOST=localhost
|
|
DB_PORT=5433
|
|
DB_USER=postgres
|
|
DB_PASSWORD=postgres
|
|
DB_NAME=kefu_cloud
|
|
DB_SSLMODE=disable
|
|
|
|
JWT_SECRET=kefu-cloud-dev-secret-key
|