summaryrefslogtreecommitdiffstats
path: root/config-default.yml
blob: 56b0642f9603dc76de5ea919c1dd661170ac0cf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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",

    # cache
    'cache_type': 'redis',
    'cache_key_prefix': 'FLASK:',
    'cache_redis_url': 'redis://localhost:6379/0'
}