[openaria-Commits] r2192 - branches/trunk_evo_OM_4.6/tests/binary_files/dyn

0 views
Skip to first unread message

ceri...@adullact.net

unread,
Jun 16, 2017, 6:23:20 AM6/16/17
to openmairi...@googlegroups.com
Author: cerini_j
Date: 2017-06-16 12:23:17 +0200 (Fri, 16 Jun 2017)
New Revision: 2192

Modified:
branches/trunk_evo_OM_4.6/tests/binary_files/dyn/database.inc.php
branches/trunk_evo_OM_4.6/tests/binary_files/dyn/mail.inc.php
Log:
Correction de la configuration de test

Modified: branches/trunk_evo_OM_4.6/tests/binary_files/dyn/database.inc.php
===================================================================
--- branches/trunk_evo_OM_4.6/tests/binary_files/dyn/database.inc.php 2017-06-16 10:02:10 UTC (rev 2191)
+++ branches/trunk_evo_OM_4.6/tests/binary_files/dyn/database.inc.php 2017-06-16 10:23:17 UTC (rev 2192)
@@ -11,12 +11,12 @@

// PostGreSQL
$conn[1] = array(
- "openaria", // Titre
+ "openExemple", // Titre
"pgsql", // Type de base
"pgsql", // Type de base
"postgres", // Login
"postgres", // Mot de passe
- "tcp", // Protocole de connexion
+ "tcp", // Protocole de connexion
"localhost", // Nom d'hote
"5432", // Port du serveur
"", // Socket
@@ -24,9 +24,12 @@
"AAAA-MM-JJ", // Format de la date
"openaria", // Nom du schéma
"", // Préfixe
- "ldap-test", // Paramétrage pour l'annuaire LDAP
+ null, // Paramétrage pour l'annuaire LDAP
"mail-test", // Paramétrage pour le serveur de mail
- "filestorage-default", // Paramétrage pour le stockage des fichiers
+ null, // Paramétrage pour le stockage des fichiers
+ "extras" => array ( // Paramètres optionnels
+ 'sig' => 'sig-default', // Paramétrage de la configuration SIG à utiliser
+ )
);

?>

Modified: branches/trunk_evo_OM_4.6/tests/binary_files/dyn/mail.inc.php
===================================================================
--- branches/trunk_evo_OM_4.6/tests/binary_files/dyn/mail.inc.php 2017-06-16 10:02:10 UTC (rev 2191)
+++ branches/trunk_evo_OM_4.6/tests/binary_files/dyn/mail.inc.php 2017-06-16 10:23:17 UTC (rev 2192)
@@ -15,7 +15,7 @@
'mail_username' => '',
'mail_pass' => '',
'mail_from' => 'con...@openmairie.org',
- 'mail_from_name' => 'Administrateur Framework openMairie',
+ 'mail_from_name' => 'Administrateur openARIA',
);

?>

Reply all
Reply to author
Forward
0 new messages