This repository has been archived on 2021-07-22. You can view files and clone it, but cannot push or open issues or pull requests.
foodsoft/.envrc.sample

55 lines
1.7 KiB
Plaintext

export APP=foodsoft
export DOMAIN=order.biobulkbende.org
export LETS_ENCRYPT_ENV=production
export FOODCOOP_NAME=biobulkbende
export FOODCOOP_CITY=Rotterdam
export FOODCOOP_COUNTRY=The Netherlands
export FOODCOOP_EMAIL=info@biobulkbende.org
export FOODCOOP_PHONE="+31684233964"
export FOODCOOP_STREET="Almondestraat 157"
export FOODCOOP_ZIP_CODE=3032CD
export FOODCOOP_HOMEPAGE=https://order.biobulkbende.org
export FOODCOOP_HELP_URL=https://order.biobulkbende.org
export FOODCOOP_TIME_ZONE=Amsterdam
export FOODCOOP_FOOTER="<a href="https://biobulkbende.org/">Biobulkbende</a> hosted by <a href="https://autonomic.zone">Autonomic Cooperative</a>."
export MYSQL_DB=foodsoft
export MYSQL_HOST=db
export MYSQL_PORT=3306
export MYSQL_USER=foodsoft
export EMAIL_SENDER=foodsoft@biobulkbende.org
export EMAIL_REPLY=foodsoft@biobulkbende.org
export ERROR_EMAIL=systems@biobulkbende.org
# export COMPOSE_FILE="compose.yml:compose.sharedlists.yml"
export ENABLE_SHARED_LISTS=0
export SHARED_LISTS_DB_TYPE=mysql2
export SHARED_LISTS_HOST=order.voedselcollectief.org
export SHARED_LISTS_DB_NAME=sharedlists
export SHARED_LISTS_USER=biobulkbende
export SMTP_ADDRESS=foodsoft@biobulkbende.org
export SMTP_AUTHENTICATION=plain
export SMTP_DOMAIN=mail.autonomic.zone
export SMTP_ENABLE_STARTTLS_AUTO=true
export SMTP_PORT=587
export SMTP_USER_NAME=foodsoft
export FOODSOFT_SMTP_ENABLED=1
export SMTP_SERVER_PORT=2525
export SMTP_SERVER_HOST=0.0.0.0
export SECRET_DB_PASSWORD_VERSION=v1
export SECRET_DB_ROOT_PASSWORD_VERSION=v1
export SECRET_SHARED_LISTS_DB_PASSWORD_VERSION=v1
export SECRET_SMTP_PASSWORD_VERSION=v1
export SECRET_SECRET_KEY_BASE_VERSION=v1 # length=30
export APP_CONFIG_VERSION=v1
export DB_CONFIG_VERSION=v1
export ENTRYPOINT_VERSION=v1