MySQL support
This commit is contained in:
10
.env.example
10
.env.example
@@ -8,4 +8,12 @@ SES_PASS=your_ses_secret_access_key
|
||||
# Optional: SMTP server configuration
|
||||
# Default is EU West 2 - change if using different region
|
||||
SMTP_HOST=email-smtp.eu-west-2.amazonaws.com
|
||||
SMTP_PORT=587
|
||||
SMTP_PORT=587
|
||||
|
||||
# MySQL Database Configuration
|
||||
MYSQL_HOST=mysql
|
||||
MYSQL_PORT=3306
|
||||
MYSQL_DATABASE=maillist
|
||||
MYSQL_USER=maillist
|
||||
MYSQL_PASSWORD=change_this_password
|
||||
MYSQL_ROOT_PASSWORD=change_this_root_password
|
||||
Reference in New Issue
Block a user