- # PostgreSQL
- DB_USER=celestia
- DB_PASSWORD=replace_with_a_strong_database_password
- DB_NAME=celestia_trace
- DB_HOST=postgres
- DB_PORT=5432
- # JWT
- JWT_SECRET=your_jwt_secret_here_change_me
- ACCESS_TOKEN_TTL=30m
- REFRESH_TOKEN_TTL=720h
- # Server
- SERVER_PORT=8080
- GIN_MODE=release
- STORAGE_PATH=/data/uploads
|