diff options
| author | polo <ordipolo@gmx.fr> | 2026-03-22 11:39:26 +0100 |
|---|---|---|
| committer | polo <ordipolo@gmx.fr> | 2026-03-22 11:39:26 +0100 |
| commit | a70dee9b5021a137ae07041c38921553442b0c11 (patch) | |
| tree | 6187abb501ce46ce8f2f6f3a7dfe31cda0f03305 | |
| parent | 203847964f0594be45a1065fb69f0bf89c756056 (diff) | |
| download | cms-a70dee9b5021a137ae07041c38921553442b0c11.tar.gz cms-a70dee9b5021a137ae07041c38921553442b0c11.tar.bz2 cms-a70dee9b5021a137ae07041c38921553442b0c11.zip | |
MAJ modèle de config.ini
| -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 | ||
