mirror of
https://github.com/grillazz/fastapi-sqlalchemy-asyncpg.git
synced 2025-08-26 16:40:40 +03:00
update CI
This commit is contained in:
parent
37da4715c7
commit
2fb3035709
2
.github/workflows/build-and-test.yml
vendored
2
.github/workflows/build-and-test.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
REDIS_HOST: 127.0.0.1
|
||||
REDIS_PORT: 6379
|
||||
REDIS_DB: 2
|
||||
REDIS_URL: "redis://${REDIS_HOST}:${REDIS_PORT}/${REDIS_DB}"
|
||||
REDIS_URL: redis://127.0.0.1:6379/2
|
||||
JWT_EXPIRE: 3600
|
||||
JWT_ALGORITHM: HS256
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user