temporarily disable redis for tests

This commit is contained in:
jimmoffet
2022-08-02 16:26:37 -07:00
parent f02ee79d0b
commit ed8b7fe724
2 changed files with 4 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ env:
ADMIN_BASE_URL: http://localhost:6012
API_HOST_NAME: http://localhost:6011
REDIS_URL: redis://localhost:6380
REDIS_ENABLED: 1
REDIS_ENABLED: False
SQLALCHEMY_DATABASE_URI: postgresql://postgres:chummy@db:5432/notification_api
SQLALCHEMY_DATABASE_TEST_URI: postgresql://user:password@localhost:5432/test_notification_api
AWS_REGION: us-west-2