Skip to content
Snippets Groups Projects
Commit 0eefb6ed authored by Jean-Louis ERCOLANI's avatar Jean-Louis ERCOLANI
Browse files

No commit message

No commit message
parent 281af0b3
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,10 @@
<ROOT>
<CONFIG>
<Lang>fr</Lang> <!-- fr, en-->
<MaarchDirectory>C:\xampp\htdocs\maarch_trunk\</MaarchDirectory>
<MaarchUrl>http://localhost/maarch_trunk/</MaarchUrl>
<MaarchDirectory>C:\xampp\htdocs\maarch_entreprise\</MaarchDirectory>
<MaarchUrl>http://localhost/maarch_entreprise/</MaarchUrl>
<MaarchApps>maarch_entreprise</MaarchApps>
<TmpDirectory>C:\xampp\htdocs\maarch_trunk\modules\notifications\batch\tmp\</TmpDirectory>
<TmpDirectory>C:\xampp\htdocs\maarch_entreprise\modules\notifications\batch\tmp\</TmpDirectory>
<debugmode>
<dontflag_mail>true</dontflag_mail>
<verbose_mode>false</verbose_mode>
......@@ -24,7 +24,7 @@
<databaseserver>127.0.0.1</databaseserver>
<databaseserverport>5432</databaseserverport>
<databasetype>POSTGRESQL</databasetype>
<databasename>maarch_trunk</databasename>
<databasename>maarch_entreprise</databasename>
<databaseuser>postgres</databaseuser>
<databasepassword>maarch</databasepassword>
</CONFIG_BASE>
......@@ -32,9 +32,9 @@
<path_to_mailer>\modules\notifications\class\mails\htmlMimeMail.php</path_to_mailer>
<path_to_phpmailer>PHPMailer_v5.1</path_to_phpmailer>
<type>smtp</type><!-- mail (default), smtp, sendmail, qmail -->
<smtp_host>mail.maarch.org</smtp_host><!-- smtp1.example.com:25;smtp2.example.com -->
<smtp_host>smtp.yourdomain.com</smtp_host><!-- smtp1.example.com:25;smtp2.example.com -->
<smtp_port>25</smtp_port><!-- smtp1.example.com:25;smtp2.example.com -->
<smtp_user>notif@maarch.org</smtp_user>
<smtp_user>notif@yourdomain.com</smtp_user>
<smtp_password></smtp_password>
<smtp_secure>tls</smtp_secure><!-- tls ou ssl -->
<charset>utf-8</charset><!-- Default : iso-8859-1 -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment