From 4f0ce828af9dd5a86d048a306c90012956cc920f Mon Sep 17 00:00:00 2001 From: hahn <axel.hahn@iml.unibe.ch> Date: Tue, 9 Aug 2022 10:37:53 +0200 Subject: [PATCH] update config template --- hooks/templates/config_custom.php.erb | 1 + 1 file changed, 1 insertion(+) diff --git a/hooks/templates/config_custom.php.erb b/hooks/templates/config_custom.php.erb index ad876744..44582499 100644 --- a/hooks/templates/config_custom.php.erb +++ b/hooks/templates/config_custom.php.erb @@ -26,6 +26,7 @@ return [ 'debugLevel' => 0, ] ], + 'banner' => <%= @replace["banner"] %>, // ---------------------------------------------------------------------- -- GitLab