From 0cd97bd68ccfac5f90fee9525b17313ed3d717a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Wed, 8 Mar 2023 16:06:03 +0100 Subject: [PATCH] Update .env.example --- conf/.env.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/.env.example b/conf/.env.example index b7e956c..4265b91 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -28,7 +28,7 @@ DB_USERNAME=__DB_USER__ DB_PASSWORD=__DB_PWD__ DB_LOG_SQL=false -TIMEZONE=UTC +TIMEZONE=__TIMEZONE__ # folders in which the files will be stored LYCHEE_DIST="__INSTALL_DIR__/public/dist/"