Skip to content
Snippets Groups Projects
Commit d87dd7d3 authored by Giovannoni Laurent's avatar Giovannoni Laurent
Browse files

FEAT #0 default config

parent 57cbd9fd
No related branches found
No related tags found
No related merge requests found
<?xml version="1.0" encoding="utf-8"?>
<ROOT>
<!-- le nom du fichier doit etre config.xml ou config_{custom_id}.xml -->
<CONFIG>
<Lang>fr</Lang> <!-- fr, en-->
<MaarchDirectory>C:\xampp\htdocs\maarch_entreprise\</MaarchDirectory>
<MaarchDirectory>/var/www/html/maarch/</MaarchDirectory>
<customID></customID>
<MaarchUrl>http://localhost/maarch_entreprise/</MaarchUrl>
<MaarchUrl>http://localhost/maarch/</MaarchUrl>
<MaarchApps>maarch_entreprise</MaarchApps>
<TmpDirectory>C:\xampp\htdocs\maarch_entreprise\modules\notifications\batch\tmp\</TmpDirectory>
<TmpDirectory>/var/www/html/maarch/modules/notifications/batch/tmp/</TmpDirectory>
<debugmode>
<dontflag_mail>true</dontflag_mail>
<verbose_mode>false</verbose_mode>
......@@ -30,12 +28,12 @@
<databaseserver>127.0.0.1</databaseserver>
<databaseserverport>5432</databaseserverport>
<databasetype>POSTGRESQL</databasetype>
<databasename>maarch_entreprise</databasename>
<databasename>maarch</databasename>
<databaseuser>postgres</databaseuser>
<databasepassword>maarch</databasepassword>
</CONFIG_BASE>
<MAILER>
<path_to_mailer>\apps\maarch_entreprise\tools\mails\htmlMimeMail.php</path_to_mailer>
<path_to_mailer>/apps/maarch_entreprise/tools/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>smtp.yourdomain.com</smtp_host><!-- smtp1.example.com:25;smtp2.example.com -->
......@@ -50,9 +48,9 @@
<mailfrom>notifications@maarch.fr</mailfrom>
</MAILER>
<LOG4PHP>
<enabled>false</enabled>
<enabled>true</enabled>
<Log4PhpLogger>loggerTechnique</Log4PhpLogger>
<Log4PhpBusinessCode>MaarchEntrepriseDemo</Log4PhpBusinessCode>
<Log4PhpConfigPath>/var/www/maarch_entreprise/apps/maarch_entreprise/xml/log4php.xml</Log4PhpConfigPath>
<Log4PhpBusinessCode>notifications</Log4PhpBusinessCode>
<Log4PhpConfigPath>/var/www/html/maarch/apps/maarch_entreprise/xml/log4php.xml</Log4PhpConfigPath>
</LOG4PHP>
</ROOT>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment