mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2026-04-23 08:20:39 +03:00
refactor: simplify postgresql env vars
This commit is contained in:
@@ -18,9 +18,9 @@ jobs:
|
||||
env:
|
||||
PYTHONDONTWRITEBYTECODE: 1
|
||||
PYTHONUNBUFFERED: 1
|
||||
SQL_DB: testdb
|
||||
SQL_HOST: 127.0.0.1
|
||||
SQL_USER: app-user
|
||||
POSTGRES_DB: testdb
|
||||
POSTGRES_HOST: 127.0.0.1
|
||||
POSTGRES_USER: app-user
|
||||
POSTGRES_PASSWORD: secret
|
||||
PGPASSWORD: secret
|
||||
REDIS_HOST: 127.0.0.1
|
||||
|
||||
Reference in New Issue
Block a user