diff --git a/gogocarto/lib/common b/gogocarto/lib/common index b2bcd6a..3ce82cd 100644 --- a/gogocarto/lib/common +++ b/gogocarto/lib/common @@ -2,7 +2,7 @@ GOGOCARTO_DIR="/opt/apps/gogocarto" GOGOCARTO_CODE="$SERVICE_CONFIGSTORE$GOGOCARTO_DIR" -GOGOCARTO_RELEASE=3.4.10 +GOGOCARTO_RELEASE=3.5.16-1-ge25f7849 GOGOCARTO_URL=https://docker.0k.io/downloads/gogocarto-"${GOGOCARTO_RELEASE}".tar.bz2 @@ -83,6 +83,12 @@ IMAGE_RESIZE_WIDTH=1000 # in pixel FILES_MAX_FILESIZE=1M # for other public file upload ###> vich upload ### +# Restrict access for non authenticated users : +# Allow only authenticated users for whole gogocarto instance +PRIVATE=false +# Hosts list for which only authenticated users ar allowed. Ex: "'project1.gogocarto.fr', 'project2.gogocarto.fr'" +USE_AS_SAAS_PRIVATE_HOSTS="" + USE_AS_SAAS=false USE_AS_SAAS_PRIVATE=false CONTACT_EMAIL=contact@localhost.fr