diff options
| -rw-r--r-- | config/config-template.ini | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/config/config-template.ini b/config/config-template.ini index fdb536d..dc814e9 100644 --- a/config/config-template.ini +++ b/config/config-template.ini | |||
| @@ -8,5 +8,17 @@ table_prefix="cms_" | |||
| 8 | 8 | ||
| 9 | [URL] | 9 | [URL] |
| 10 | protocol="http" | 10 | protocol="http" |
| 11 | ;port="80" | 11 | port="80" |
| 12 | index_path="" | 12 | |
| 13 | [email] | ||
| 14 | smtp_host="smtp.service.de.messagerie" | ||
| 15 | smtp_username="adresse@email" | ||
| 16 | smtp_password="" | ||
| 17 | |||
| 18 | ; choisir "tls" (smarttls) ou "ssl" (smtps) ou "plain_text"/chaine vide | ||
| 19 | smtp_secure="tls" | ||
| 20 | |||
| 21 | email_from="" | ||
| 22 | email_from_name="" | ||
| 23 | email_dest="adresse@email" | ||
| 24 | email_dest_name="" \ No newline at end of file | ||
