Use default PostgreSQL user and simple cache type (see #70)

pull/78/head
Konstantin Gründger 2019-04-29 21:42:40 +02:00
rodzic c2bc30e767
commit f58c0ecd1f
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1,10 +1,10 @@
SECRET_KEY = 'i-like-ogn'
SQLALCHEMY_DATABASE_URI = 'postgresql://ogn:ognwriter@localhost:5432/ogn'
SQLALCHEMY_DATABASE_URI = 'postgresql://postgres@localhost:5432/ogn'
SQLALCHEMY_TRACK_MODIFICATIONS = False
# Flask-Cache stuff
CACHE_TYPE = 'redis'
CACHE_TYPE = 'simple'
CACHE_DEFAULT_TIMEOUT = 300
# Celery stuff