diff --git a/hooks/templates/inc_projects_config.php.erb b/hooks/templates/inc_projects_config.php.erb
index 507a21350006779e1636d753f37d239d6ac3d91d..20a8de09be4b45ca0fe193f11e729411aac5eae5 100644
--- a/hooks/templates/inc_projects_config.php.erb
+++ b/hooks/templates/inc_projects_config.php.erb
@@ -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(