1234567891011121314151617181920212223242526 |
- parameters:
- database_host: 127.0.0.1
- database_port: ~
- database_name: symfony
- database_user: root
- database_password: ~
-
-
- mailer_transport: smtp
- mailer_host: 127.0.0.1
- mailer_user: ~
- mailer_password: ~
- mailer_encryption: tls
- mailer_auth_mode: plain
- mail_from: ~
- mail_reply: ~
- mail_name: ~
- mattermost_url: ~
-
- secret: ThisTokenIsNotSoSecretChangeIt
|