mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-11-30 13:20:40 +03:00
refactor: redis url as computed config attr
This commit is contained in:
1
.github/workflows/build-and-test.yml
vendored
1
.github/workflows/build-and-test.yml
vendored
@@ -26,7 +26,6 @@ jobs:
|
||||
REDIS_HOST: 127.0.0.1
|
||||
REDIS_PORT: 6379
|
||||
REDIS_DB: 2
|
||||
REDIS_URL: redis://127.0.0.1:6379/2
|
||||
JWT_EXPIRE: 3600
|
||||
JWT_ALGORITHM: HS256
|
||||
|
||||
|
||||
Reference in New Issue
Block a user