summaryrefslogtreecommitdiffstats
path: root/config-default.yml
blob: 9467e644b508436b545f258dc966cba73c625d78 (plain)
1
2
3
4
5
6
7
8
9
10
11
{
    "secret-key": "super-secret-password",
    "flask-secret": "different-super-secret-password",

    "cookie_domain": ".example.de/joplin",
    "cookie_path": "/joplin/",

    "htpasswd_file": "/path/to/joplin/htauth/file",
    "joplin_webdav_dir": "/var/www/webdav/joplin",
    "invite_code": "secret invite code"
}