mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
drop commented lines
This commit is contained in:
parent
053fbe00ce
commit
96484e20a3
1
.env
1
.env
@ -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
|
||||||
|
1
.github/workflows/build-and-test.yml
vendored
1
.github/workflows/build-and-test.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user