Files
niumalll/go-backend/.env.example

13 lines
202 B
Plaintext
Raw Normal View History

# Database configuration
DB_HOST=localhost
DB_PORT=3306
DB_USER=root
DB_PASSWORD=
DB_NAME=niumall_go
# Server configuration
PORT=8080
GIN_MODE=debug
# JWT configuration
JWT_SECRET=your-secret-key-here