From 8d4a5a52cbcf656e629ec41cb4ce935acd2121ab Mon Sep 17 00:00:00 2001 From: weroy <51435136+weroy@users.noreply.github.com> Date: Fri, 19 Feb 2021 10:53:39 +0800 Subject: [PATCH] Update and rename .env.template to .env --- .env.template => .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename .env.template => .env (99%) diff --git a/.env.template b/.env similarity index 99% rename from .env.template rename to .env index bda5c618..b555bdec 100644 --- a/.env.template +++ b/.env @@ -5,7 +5,7 @@ ## in the admin interface. Those overrides are stored within DATA_FOLDER/config.json . ## Main data folder -DATA_FOLDER=home +DATA_FOLDER=azmount ## Database URL ## When using SQLite, this is the path to the DB file, default to %DATA_FOLDER%/db.sqlite3