jenkins: default iTop isntance conf

This commit is contained in:
bruno DA SILVA
2018-10-12 17:11:27 +02:00
parent 0a34fb7a7a
commit cb7b5dfffb

View File

@@ -82,11 +82,11 @@ $MySettings = array(
'db_name' => 'itop_ci_main',
'db_pwd' => 'c8mb0do',
'db_pwd' => 'IKnowYouSeeMeInJenkinsConf',
'db_subname' => '',
'db_user' => 'root',
'db_user' => 'jenkins_itop',
// deadline_format: The format used for displaying "deadline" attributes: any string with the following placeholders: $date$, $difference$
// default: '$difference$'
@@ -124,7 +124,7 @@ $MySettings = array(
// email_transport_smtp.password: Authentication password (optional)
// default: ''
'email_transport_smtp.password' => '++combodo++',
'email_transport_smtp.password' => 'IDoNotWrok',
// email_transport_smtp.port: port number (optional)
// default: 25
@@ -282,4 +282,4 @@ $MyModules = array(
'user rights' => 'addons/userrights/userrightsprofile.class.inc.php',
),
);
?>
?>