12 lines
232 B
Bash
12 lines
232 B
Bash
# .env file
|
|
|
|
# 数据库配置
|
|
DB_HOST=localhost
|
|
DB_PORT=5432
|
|
DB_USER=postgres
|
|
DB_PASSWORD=Lzy0916.
|
|
DB_NAME=gorm
|
|
|
|
# JWT 认证配置
|
|
# 强烈建议在生产环境使用更复杂的密钥
|
|
JWT_SECRET=mySuperSecretKey_todo_api_flash_v1 |