Spaces:
Sleeping
Sleeping
| # PostgreSQL connection | |
| PG_HOST=127.0.0.1 | |
| PG_PORT=5432 | |
| PG_DATABASE=postgres | |
| PG_USER=postgres | |
| PG_PASSWORD= | |
| # Redis connection | |
| REDIS_HOST=127.0.0.1 | |
| REDIS_PORT=6379 | |
| REDIS_PASSWORD= | |
| REDIS_DB=0 | |