ogn-python/app/config/test.py

8 wiersze
250 B
Python
Czysty Zwykły widok Historia

2019-08-31 08:14:41 +00:00
SQLALCHEMY_DATABASE_URI = "postgresql://postgres@localhost:5432/ogn_test"
SQLALCHEMY_TRACK_MODIFICATIONS = False
2019-11-26 21:43:06 +00:00
SQLALCHEMY_ECHO = True
2019-08-31 08:14:41 +00:00
# Celery stuff
CELERY_BROKER_URL = "redis://localhost:6379/0"
CELERY_RESULT_BACKEND = "redis://localhost:6379/0"