drop SQL_URL

This commit is contained in:
Jakub Miazek
2024-03-24 10:51:35 +01:00
parent b50b3c9d43
commit 053fbe00ce
3 changed files with 2 additions and 3 deletions

View File

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