ogn-python/config/test.py

12 wiersze
252 B
Python
Czysty Zwykły widok Historia

2016-07-02 18:20:04 +00:00
SQLALCHEMY_DATABASE_URI = 'postgresql://postgres@localhost:5432/ogn_test'
SQLALCHEMY_TRACK_MODIFICATIONS = False
2016-07-02 18:20:04 +00:00
2019-01-09 08:01:06 +00:00
# Celery stuff
broker_url = 'redis://localhost:6379/0'
result_backend = 'redis://localhost:6379/0'
2016-07-02 18:20:04 +00:00
2019-01-09 08:01:06 +00:00
beat_schedule = {}
2016-07-02 18:20:04 +00:00
2019-01-09 08:01:06 +00:00
timezone = 'UTC'