13 lines
202 B
Plaintext
13 lines
202 B
Plaintext
|
|
# 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
|