Recommit for updates in build 19

This commit is contained in:
2026-02-05 15:23:59 +01:00
parent e533d64286
commit f6cf2cb2e1
2 changed files with 7 additions and 3 deletions

View File

@@ -586,7 +586,7 @@
<span class='type'>(<tt>Boolean</tt>)</span>
<em class="default">(defaults to: <tt>false</tt>)</em>
<em class="default">(defaults to: <tt>true</tt>)</em>
&mdash;
@@ -957,7 +957,7 @@ class confdroid_gitea::params (
String $ga_log_mode = &#39;file&#39;,
String $ga_log_level = &#39;info&#39;,
# security
Boolean $ga_install_lock = false,
Boolean $ga_install_lock = true,
String $ga_secret_key = &#39;ChangeMe1234567890&#39;,
String $ga_reverse_proxy_limit = &#39;1&#39;,
String $ga_reverse_proxy_trusted_proxies = &#39;*&#39;,