mirror of
https://github.com/dgtlmoon/changedetection.io.git
synced 2026-09-10 07:26:37 +00:00
Re #45 - Set datastore path in app.config
This commit is contained in:
@@ -66,6 +66,7 @@ def main(argv):
|
||||
datastore = store.ChangeDetectionStore(datastore_path=app_config['datastore_path'])
|
||||
app = backend.changedetection_app(app_config, datastore)
|
||||
|
||||
app.config['datastore_path'] = datastore_path
|
||||
app.secret_key = init_app_secret(app_config['datastore_path'])
|
||||
|
||||
@app.context_processor
|
||||
|
||||
Reference in New Issue
Block a user