Skip to content
Snippets Groups Projects
Commit cc0a3643 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

task 1462 - add foreman integration: add section for foreman in the template

parent 097ac10d
No related branches found
No related tags found
No related merge requests found
......@@ -74,6 +74,12 @@ $aConfig = array(
'debugLevel' => 0,
)
),
'foreman' => array(
'api'=>'<%= @replace["foreman-url"] %>', // with ending "/"
'user'=>'<%= @replace["foreman-user"] %>',
'password'=>'<%= @replace["foreman-password"] %>',
// 'varname-replace'=>'ci-replacement',
),
// where to store project data
'projects' => array(
'json' => array(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment