drop commented lines

This commit is contained in:
Jakub Miazek 2024-03-24 10:58:25 +01:00
parent 053fbe00ce
commit 96484e20a3
2 changed files with 0 additions and 2 deletions

1
.env
View File

@ -6,7 +6,6 @@ SQL_TEST_DB=testdb
SQL_HOST=db SQL_HOST=db
SQL_USER=user SQL_USER=user
SQL_PASS=secret SQL_PASS=secret
#SQL_URL=postgresql+asyncpg://${SQL_USER}:${SQL_PASS}@${SQL_HOST}/${SQL_DB}
# Postgres # Postgres
POSTGRES_SERVER=db POSTGRES_SERVER=db

View File

@ -23,7 +23,6 @@ jobs:
SQL_USER: app-user SQL_USER: app-user
POSTGRES_PASSWORD: secret POSTGRES_PASSWORD: secret
PGPASSWORD: secret PGPASSWORD: secret
# SQL_URL: postgresql+asyncpg://app-user:secret@localhost:5432/testdb
REDIS_HOST: 127.0.0.1 REDIS_HOST: 127.0.0.1
REDIS_PORT: 6379 REDIS_PORT: 6379
REDIS_DB: 2 REDIS_DB: 2