fix stuff, make cron work
This commit is contained in:
@ -5,19 +5,19 @@ DOMAIN=civicrm.example.com
|
||||
## Domain aliases
|
||||
#EXTRA_DOMAINS=', `www.civicrm.example.com`'
|
||||
|
||||
LETS_ENCRYPT_ENV=productionaber
|
||||
LETS_ENCRYPT_ENV=production
|
||||
|
||||
PROJECT_NAME=example
|
||||
|
||||
CIVICRM_COMPONENTS=CiviEvent,CiviContribute,CiviMember,CiviMail,CiviReport
|
||||
|
||||
CIVICRM_DB_NAME=civicrm
|
||||
CIVICRM_DB_USER=civicrm
|
||||
CIVICRM_DB_PASS=xxx
|
||||
CIVICRM_DB_HOST=mysql
|
||||
CIVICRM_DB_PORT=3306
|
||||
|
||||
WORDPRESS_DB_NAME=wordpress
|
||||
WORDPRESS_DB_USER=wordpress
|
||||
WORDPRESS_DB_PASS=xxx
|
||||
WORDPRESS_DB_HOST=mysql
|
||||
WORDPRESS_DB_PORT=3306
|
||||
# WORDPRESS_TABLE_PREFIX
|
||||
|
||||
Reference in New Issue
Block a user