diff --git a/.env b/.env index bb7151b..1e338da 100644 --- a/.env +++ b/.env @@ -6,7 +6,6 @@ SQL_TEST_DB=testdb SQL_HOST=db SQL_USER=user SQL_PASS=secret -#SQL_URL=postgresql+asyncpg://${SQL_USER}:${SQL_PASS}@${SQL_HOST}/${SQL_DB} # Postgres POSTGRES_SERVER=db diff --git a/.github/workflows/build-and-test.yml b/.github/workflows/build-and-test.yml index 5e141af..f9685a3 100644 --- a/.github/workflows/build-and-test.yml +++ b/.github/workflows/build-and-test.yml @@ -23,7 +23,6 @@ jobs: SQL_USER: app-user POSTGRES_PASSWORD: secret PGPASSWORD: secret -# SQL_URL: postgresql+asyncpg://app-user:secret@localhost:5432/testdb REDIS_HOST: 127.0.0.1 REDIS_PORT: 6379 REDIS_DB: 2