From c8da6d2f2d530ea51ec0dee937d1309fb57d824f Mon Sep 17 00:00:00 2001 From: nico Date: Sun, 19 Apr 2020 13:11:17 +0200 Subject: add missing requirements and config parameters + add missing config parameters in the config template + add redis requirement * fixed mistake in the uwsgi template --- config-default.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'config-default.yml') diff --git a/config-default.yml b/config-default.yml index 9467e64..56b0642 100644 --- a/config-default.yml +++ b/config-default.yml @@ -1,11 +1,17 @@ { + # flask settings "secret-key": "super-secret-password", "flask-secret": "different-super-secret-password", - "cookie_domain": ".example.de/joplin", "cookie_path": "/joplin/", + # joplin "htpasswd_file": "/path/to/joplin/htauth/file", "joplin_webdav_dir": "/var/www/webdav/joplin", - "invite_code": "secret invite code" + "invite_code": "secret invite code", + + # cache + 'cache_type': 'redis', + 'cache_key_prefix': 'FLASK:', + 'cache_redis_url': 'redis://localhost:6379/0' } \ No newline at end of file -- cgit v1.2.3-18-g5258