From 96484e20a3495176b7d1f9d1bd4b08a0fc2ec0ce Mon Sep 17 00:00:00 2001 From: Jakub Miazek Date: Sun, 24 Mar 2024 10:58:25 +0100 Subject: [PATCH] drop commented lines --- .env | 1 - .github/workflows/build-and-test.yml | 1 - 2 files changed, 2 deletions(-) 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