Files
kefu_cloud/server/.env.example
T

12 lines
174 B
Bash

SERVER_PORT=8080
GIN_MODE=debug
DB_HOST=localhost
DB_PORT=5433
DB_USER=postgres
DB_PASSWORD=postgres
DB_NAME=kefu_sys
DB_SSLMODE=disable
JWT_SECRET=kefu-sys-dev-secret-key