From ed31bcfa6c2c2ac3d0ad3da654c2f18ea052bcfb Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Tue, 26 Apr 2022 02:18:10 +0200 Subject: [PATCH] update rc.toml comment --- README.org | 2 +- public/alice/rc.toml | 2 +- public/inbox/rc.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 6b70356..dab7ed5 100644 --- a/README.org +++ b/README.org @@ -115,7 +115,7 @@ # Set this to 'true' to allow file downloads from this directory download = false - # Set this to 'true' to allow uploads to this directory + # Set this to 'true' to allow file uploads to this directory upload = false #+end_src diff --git a/public/alice/rc.toml b/public/alice/rc.toml index 0b79269..98979f9 100644 --- a/public/alice/rc.toml +++ b/public/alice/rc.toml @@ -8,5 +8,5 @@ hashed_password = "$5$s9bLebSgS9O4CPDR$xQF4/bWQqv5rqaq3Or2oTpXBW4TZdjFtBeH9CwZiw # Set this to 'true' to allow file downloads from this directory download = true -# Set this to 'true' to allow uploads to this directory +# Set this to 'true' to allow file uploads to this directory upload = false \ No newline at end of file diff --git a/public/inbox/rc.toml b/public/inbox/rc.toml index b563cee..ea5fba6 100644 --- a/public/inbox/rc.toml +++ b/public/inbox/rc.toml @@ -8,5 +8,5 @@ # Set this to 'true' to allow file downloads from this directory download = false -# Set this to 'true' to allow uploads to this directory +# Set this to 'true' to allow file uploads to this directory upload = true \ No newline at end of file