{ # 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", # cache 'cache_type': 'redis', 'cache_key_prefix': 'FLASK:', 'cache_redis_url': 'redis://localhost:6379/0' }