💚 Jenkins : Fix default config database name

This commit is contained in:
Pierre Goiffon
2019-11-26 12:15:02 +01:00
parent 443763de48
commit 914971b30d

View File

@@ -80,7 +80,7 @@ $MySettings = array(
'db_host' => '',
'db_name' => 'itop_ci_main',
'db_name' => 'itop_ci',
'db_pwd' => 'IKnowYouSeeMeInJenkinsConf',