summaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml10
1 files changed, 8 insertions, 2 deletions
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