civicrm-wordpress/.env.sample
2025-04-02 01:52:13 -04:00

57 lines
1.5 KiB
Plaintext

TYPE=civicrm-wordpress
DOMAIN=civicrm-wordpress.example.com
## Domain aliases
#EXTRA_DOMAINS=', `www.civicrm.example.com`'
LETS_ENCRYPT_ENV=production
PROJECT_NAME=example
CIVICRM_COMPONENTS=CiviEvent,CiviContribute,CiviMember,CiviMail,CiviReport
# CIVICRM_EXTENSIONS=mosaico
CIVICRM_DB_NAME=civicrm
CIVICRM_DB_USER=civicrm
CIVICRM_DB_HOST=mysql
CIVICRM_DB_PORT=3306
WORDPRESS_LOCALE=en_US
WORDPRESS_ADMIN_EMAIL=
WORDPRESS_DB_NAME=wordpress
WORDPRESS_DB_USER=wordpress
WORDPRESS_DB_HOST=mysql
WORDPRESS_DB_PORT=3306
# WORDPRESS_TABLE_PREFIX
SMTP_HOST=mail.example.org
SMTP_PORT=587
SMTP_USER=
SECRET_SMTP_PASSWORD_VERSION=v1
PHP_DATE_TIMEZONE="UTC"
SECRET_DB_PASSWORD_VERSION=v1
SECRET_DB_ROOT_PASSWORD_VERSION=v1
SECRET_CIVICRM_SITE_KEY_VERSION=v1 # length=16
SECRET_CIVICRM_CRED_KEY_VERSION=v1 # length=43
SECRET_CIVICRM_SIGN_KEY_VERSION=v1 # length=43
SECRET_WORDPRESS_ADMIN_PASSWORD_VERSION=v1
## -- OpenId Connect --
#COMPOSE_FILE="compose.yml:compose.openidconnect.yml"
#OPEN_ID_CLIENT_ID=
#SECRET_OPEN_ID_CLIENT_SECRET_VERSION=v1
# If you are using authentik, just set this
#AUTHENTIK_DOMAIN=authentik.company
# Otherwise, you must set all of these
#OPEN_ID_PROVIDER_LOGIN_URL=https://authentik.company/application/o/authorize/
#OPEN_ID_USERINFO_URL=https://authentik.company/application/o/userinfo/
#OPEN_ID_TOKEN_ENDPOINT_URL=https://authentik.company/application/o/token/
#OPEN_ID_END_SESSION_URL=https://authentik.company/application/o/wordpress/end-session/
## -- OpenId Connect --