Comment out settings and re-org
continuous-integration/drone/push Build is passing Details

This commit is contained in:
decentral1se 2021-05-23 14:06:58 +02:00
parent e464de1a95
commit 31658b97c9
Signed by: decentral1se
GPG Key ID: 92DAD76BD9567B8A
1 changed files with 29 additions and 25 deletions

View File

@ -1,49 +1,53 @@
APP=foodsoft TYPE=foodsoft
DOMAIN=order.biobulkbende.org DOMAIN=order.example.org
LETS_ENCRYPT_ENV=production LETS_ENCRYPT_ENV=production
# app settings
FOODCOOP_MULTI_INSTALL=false FOODCOOP_MULTI_INSTALL=false
FOODCOOP_NAME=biobulkbende FOODCOOP_NAME=example
FOODCOOP_CITY=Rotterdam FOODCOOP_CITY=XXX
FOODCOOP_COUNTRY=The Netherlands FOODCOOP_COUNTRY=XXX
FOODCOOP_EMAIL=info@biobulkbende.org FOODCOOP_EMAIL=info@example.org
FOODCOOP_PHONE="+31684233964" FOODCOOP_PHONE=XXX
FOODCOOP_STREET="Almondestraat 157" FOODCOOP_STREET=XXX
FOODCOOP_ZIP_CODE=3032CD FOODCOOP_ZIP_CODE=XXX
FOODCOOP_HOMEPAGE=https://order.biobulkbende.org FOODCOOP_HOMEPAGE=https://order.example.org
FOODCOOP_HELP_URL=https://order.biobulkbende.org FOODCOOP_HELP_URL=https://order.example.org
FOODCOOP_TIME_ZONE=Amsterdam FOODCOOP_TIME_ZONE=Amsterdam
FOODCOOP_FOOTER="<a href="https://biobulkbende.org/">Biobulkbende</a> hosted by <a href="https://autonomic.zone">Autonomic Cooperative</a>." FOODCOOP_FOOTER="<a href="https://example.org/">example</a> hosted by <a href="https://yourhoster.org">Your Tech Co-op</a>."
# database settings
MYSQL_DB=foodsoft MYSQL_DB=foodsoft
MYSQL_HOST=db MYSQL_HOST=db
MYSQL_PORT=3306 MYSQL_PORT=3306
MYSQL_USER=foodsoft MYSQL_USER=foodsoft
EMAIL_SENDER=foodsoft@biobulkbende.org # shared supplier list settings
EMAIL_REPLY=foodsoft@biobulkbende.org
ERROR_EMAIL=systems@biobulkbende.org
# COMPOSE_FILE="compose.yml:compose.sharedlists.yml" # COMPOSE_FILE="compose.yml:compose.sharedlists.yml"
ENABLE_SHARED_LISTS=0 # ENABLE_SHARED_LISTS=0
SHARED_LISTS_DB_TYPE=mysql2 # SHARED_LISTS_DB_TYPE=mysql2
SHARED_LISTS_HOST=order.voedselcollectief.org # SHARED_LISTS_HOST=order.otherfoodcoop.org
SHARED_LISTS_DB_NAME=sharedlists # SHARED_LISTS_DB_NAME=sharedlists
SHARED_LISTS_USER=biobulkbende # SHARED_LISTS_USER=example
SMTP_ADDRESS=foodsoft@biobulkbende.org # outgoing mail settings
EMAIL_SENDER=foodsoft@example.org
ERROR_EMAIL=systems@example.org
SMTP_ADDRESS=foodsoft@example.org
SMTP_AUTHENTICATION=plain SMTP_AUTHENTICATION=plain
SMTP_DOMAIN=mail.autonomic.zone SMTP_DOMAIN=mail.example.com
SMTP_ENABLE_STARTTLS_AUTO=true SMTP_ENABLE_STARTTLS_AUTO=true
SMTP_PORT=587 SMTP_PORT=587
SMTP_USER_NAME=foodsoft SMTP_USER_NAME=foodsoft
# incoming mail settings
EMAIL_REPLY=foodsoft@example.org
FOODSOFT_SMTP_ENABLED=1 FOODSOFT_SMTP_ENABLED=1
SMTP_SERVER_HOST=order.example.org
SMTP_SERVER_PORT=2525 SMTP_SERVER_PORT=2525
SMTP_SERVER_HOST=0.0.0.0
# secret versions
SECRET_DB_PASSWORD_VERSION=v1 SECRET_DB_PASSWORD_VERSION=v1
SECRET_DB_ROOT_PASSWORD_VERSION=v1 SECRET_DB_ROOT_PASSWORD_VERSION=v1
SECRET_SHARED_LISTS_DB_PASSWORD_VERSION=v1 SECRET_SHARED_LISTS_DB_PASSWORD_VERSION=v1