Allow to configure if multiple install
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-05-23 13:49:14 +02:00
parent a0729c731d
commit 29b6287dca
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@ APP=foodsoft
DOMAIN=order.biobulkbende.org
LETS_ENCRYPT_ENV=production
FOODCOOP_MULTI_INSTALL=false
FOODCOOP_NAME=biobulkbende
FOODCOOP_CITY=Rotterdam
FOODCOOP_COUNTRY=The Netherlands

View File

@ -3,7 +3,7 @@
default: &defaults
# If you wanna serve more than one foodcoop with one installation
# Don't forget to setup databases for each foodcoop. See also MULTI_COOP_INSTALL
multi_coop_install: false
multi_coop_install: {{ env "FOODCOOP_MULTI_INSTALL" }}
# If multi_coop_install you have to use a coop name, which you you wanna be selected by default
default_scope: "{{ env "FOODCOOP_NAME" }}"