mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
drop SQL_URL
This commit is contained in:
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user