foodsoft/.env.sample

56 lines
1.4 KiB
Plaintext
Raw Normal View History

2021-05-23 12:06:58 +00:00
TYPE=foodsoft
2021-04-11 17:15:09 +00:00
2021-05-23 12:06:58 +00:00
DOMAIN=order.example.org
2021-04-11 17:15:09 +00:00
LETS_ENCRYPT_ENV=production
2021-05-23 12:06:58 +00:00
# app settings
2021-05-23 11:49:14 +00:00
FOODCOOP_MULTI_INSTALL=false
2021-05-23 12:06:58 +00:00
FOODCOOP_NAME=example
FOODCOOP_CITY=XXX
FOODCOOP_COUNTRY=XXX
FOODCOOP_EMAIL=info@example.org
FOODCOOP_PHONE=XXX
FOODCOOP_STREET=XXX
FOODCOOP_ZIP_CODE=XXX
FOODCOOP_HOMEPAGE=https://order.example.org
FOODCOOP_HELP_URL=https://order.example.org
2021-04-11 17:15:09 +00:00
FOODCOOP_TIME_ZONE=Amsterdam
2021-05-23 12:06:58 +00:00
FOODCOOP_FOOTER="<a href="https://example.org/">example</a> hosted by <a href="https://yourhoster.org">Your Tech Co-op</a>."
2021-04-11 17:15:09 +00:00
2021-05-23 12:06:58 +00:00
# database settings
2021-04-11 17:15:09 +00:00
MYSQL_DB=foodsoft
MYSQL_HOST=db
MYSQL_PORT=3306
MYSQL_USER=foodsoft
2021-05-23 12:06:58 +00:00
# shared supplier list settings
2021-04-11 17:15:09 +00:00
# COMPOSE_FILE="compose.yml:compose.sharedlists.yml"
2021-05-23 12:06:58 +00:00
# ENABLE_SHARED_LISTS=0
# SHARED_LISTS_DB_TYPE=mysql2
# SHARED_LISTS_HOST=order.otherfoodcoop.org
# SHARED_LISTS_DB_NAME=sharedlists
# SHARED_LISTS_USER=example
# outgoing mail settings
EMAIL_SENDER=foodsoft@example.org
ERROR_EMAIL=systems@example.org
SMTP_ADDRESS=foodsoft@example.org
2021-04-11 17:15:09 +00:00
SMTP_AUTHENTICATION=plain
2021-05-23 12:06:58 +00:00
SMTP_DOMAIN=mail.example.com
2021-04-11 17:15:09 +00:00
SMTP_ENABLE_STARTTLS_AUTO=true
SMTP_PORT=587
SMTP_USER_NAME=foodsoft
2021-05-23 12:06:58 +00:00
# incoming mail settings
EMAIL_REPLY=foodsoft@example.org
2021-04-11 17:15:09 +00:00
FOODSOFT_SMTP_ENABLED=1
2021-05-23 12:06:58 +00:00
SMTP_SERVER_HOST=order.example.org
2021-04-11 17:15:09 +00:00
SMTP_SERVER_PORT=2525
2021-05-23 12:06:58 +00:00
# secret versions
2021-04-11 17:15:09 +00:00
SECRET_DB_PASSWORD_VERSION=v1
SECRET_DB_ROOT_PASSWORD_VERSION=v1
SECRET_SHARED_LISTS_DB_PASSWORD_VERSION=v1
SECRET_SMTP_PASSWORD_VERSION=v1
SECRET_SECRET_KEY_BASE_VERSION=v1 # length=30