|
@ -2,7 +2,7 @@ |
|
|
|
|
|
|
|
|
GOGOCARTO_DIR="/opt/apps/gogocarto" |
|
|
GOGOCARTO_DIR="/opt/apps/gogocarto" |
|
|
GOGOCARTO_CODE="$SERVICE_CONFIGSTORE$GOGOCARTO_DIR" |
|
|
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 |
|
|
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 |
|
|
FILES_MAX_FILESIZE=1M # for other public file upload |
|
|
###> vich 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=false |
|
|
USE_AS_SAAS_PRIVATE=false |
|
|
USE_AS_SAAS_PRIVATE=false |
|
|
CONTACT_EMAIL=contact@localhost.fr |
|
|
CONTACT_EMAIL=contact@localhost.fr |
|
|