From e3519ba8712ca40db3fbfa5a7723cb9b59622c9c Mon Sep 17 00:00:00 2001 From: olivierdalang Date: Wed, 7 Sep 2022 13:45:32 +0200 Subject: [PATCH] [refactoring[minor] remove inline comments in .env (see https://github.com/docker/compose/issues/9025) --- .env.example | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.env.example b/.env.example index 63705f547..494e0de94 100644 --- a/.env.example +++ b/.env.example @@ -32,8 +32,10 @@ EMAIL_USE_TLS=false EMAIL_TO_CONSOLE=false DEFAULT_FROM_EMAIL=your_noreply_email GEOPORTAL_URL=your_geoportal_base_url -PAGINATE_BY=20 # For list display -MIN_START_DELAY=2 # Min number of days before a permit can be delivered +# For list display +PAGINATE_BY=20 +# Min number of days before a permit can be delivered +MIN_START_DELAY=2 OL_MAP_HEIGHT=500 WMTS_GETCAP=https://wmts.asit-asso.ch/wmts?request=GetCapabilities WMTS_LAYER=asitvd.fond_cadastral