kopia lustrzana https://github.com/glidernet/ogn-python
Use default PostgreSQL user and simple cache type (see #70)
rodzic
c2bc30e767
commit
f58c0ecd1f
|
@ -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
|
||||
|
|
Ładowanie…
Reference in New Issue