From 97007dcd3bbef1f1609fbe43b7b3a4c8058507f4 Mon Sep 17 00:00:00 2001 From: Chris Kankiewicz Date: Thu, 28 Jan 2021 08:24:54 -0700 Subject: [PATCH] Updated the documentation link in .env.example --- .env.example | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index dd719b7..d9bc415 100644 --- a/.env.example +++ b/.env.example @@ -1,3 +1,7 @@ +# Here you can control Directory Lister configuration through environment +# varaibles. See the configuration documentation for additional information: +# https://docs.directorylister.com/configuration + APP_DEBUG=false APP_LANGUAGE=en @@ -12,6 +16,3 @@ MATOMO_ANALYTICS_ID=false SORT_ORDER=type REVERSE_SORT=false - -# See the Configuration docs for additional information and options: -# https://github.com/DirectoryLister/DirectoryLister/wiki/Configuration