summaryrefslogtreecommitdiffstats
path: root/config-default.yml
diff options
context:
space:
mode:
authornico <nico@magicbroccoli.de>2020-04-18 23:47:15 +0200
committernico <nico@magicbroccoli.de>2020-04-18 23:47:15 +0200
commit36cf666a0c8ea32c702338e2931dc109859269a7 (patch)
tree7a9b3bfd89e29120c520c5f2fa37a250716de973 /config-default.yml
Initial release JoplinWebApi
Joplin WebAPI to manage Joplin users and the directory structure + add user creation endpoint + add user deletion endpoint + add user password change endpoint + add README and highlight css + add gitignore file + add uwsgi template file
Diffstat (limited to 'config-default.yml')
-rw-r--r--config-default.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/config-default.yml b/config-default.yml
new file mode 100644
index 0000000..9467e64
--- /dev/null
+++ b/config-default.yml
@@ -0,0 +1,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"
+} \ No newline at end of file