kopia lustrzana https://github.com/glidernet/ogn-python
As default we have postgresql instead of sqlite with a db named "ogn"
rodzic
9768229993
commit
304e8b8194
|
@ -1,4 +1,4 @@
|
|||
SQLALCHEMY_DATABASE_URI = 'sqlite:///beacons.db'
|
||||
SQLALCHEMY_DATABASE_URI = 'postgresql://postgres@localhost:5432/ogn'
|
||||
|
||||
BROKER_URL = 'redis://localhost:6379/0'
|
||||
CELERY_RESULT_BACKEND = 'redis://localhost:6379/0'
|
||||
|
|
Ładowanie…
Reference in New Issue