From 9081fc0a4ebbea0ba4cf16d2784b32550f701177 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 23 Oct 2023 23:22:33 +0200 Subject: [PATCH] Update .env.example --- conf/.env.example | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/conf/.env.example b/conf/.env.example index 01bbb5e..7241731 100644 --- a/conf/.env.example +++ b/conf/.env.example @@ -10,8 +10,6 @@ # - go to `/cp-install` to complete installation #-------------------------------------------------------------------- -CI_ENVIRONMENT=development - #-------------------------------------------------------------------- # Instance configuration #-------------------------------------------------------------------- @@ -20,8 +18,8 @@ media.baseURL="https://__DOMAIN__" admin.gateway="cp-admin" auth.gateway="cp-auth" -media.root="media" -media.storage="__DATA_DIR__" +#media.root="media" +#media.storage="__DATA_DIR__" #-------------------------------------------------------------------- # Database configuration