wip: setting refactor

This commit is contained in:
Jakub Miazek
2024-03-23 21:04:35 +01:00
parent 8f5c489adc
commit 17ebcc5ae3
3 changed files with 88 additions and 3 deletions

9
.env
View File

@@ -8,6 +8,15 @@ SQL_USER=user
SQL_PASS=secret
SQL_URL=postgresql+asyncpg://${SQL_USER}:${SQL_PASS}@${SQL_HOST}/${SQL_DB}
# Postgres
POSTGRES_SERVER=db
POSTGRES_PORT=5432
POSTGRES_DB=devdb
POSTGRES_TEST_DB=testdb
POSTGRES_USER=user
POSTGRES_PASSWORD=secret
# Redis
REDIS_HOST=redis
REDIS_PORT=6379
REDIS_DB=2