From 21e5382fc43b57edabf322e018eb746dc717bb37 Mon Sep 17 00:00:00 2001 From: Tom Hacohen Date: Wed, 17 Feb 2021 17:33:20 +0200 Subject: [PATCH] easyconfig: make it clear that media_root needs to be set. --- etebase-server.ini.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/etebase-server.ini.example b/etebase-server.ini.example index 13903b2..4f4b456 100644 --- a/etebase-server.ini.example +++ b/etebase-server.ini.example @@ -1,10 +1,12 @@ [global] secret_file = secret.txt debug = false +;Set the paths where data will be stored at +static_root = /path/to/static +media_root = /path/to/media + ;Advanced options, only uncomment if you know what you're doing: -;static_root = /path/to/static ;static_url = /static/ -;media_root = /path/to/media ;media_url = /user-media/ ;language_code = en-us ;time_zone = UTC