We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 576e249 + 03f38c9 commit 221883fCopy full SHA for 221883f
1 file changed
lib/private/SystemConfig.php
@@ -42,6 +42,7 @@ class SystemConfig {
42
'dbhost' => true,
43
'dbpassword' => true,
44
'dbuser' => true,
45
+ 'dbreplica' => true,
46
'activity_dbname' => true,
47
'activity_dbhost' => true,
48
'activity_dbpassword' => true,
@@ -57,6 +58,7 @@ class SystemConfig {
57
58
'updater.server.url' => true,
59
'trusted_proxies' => true,
60
'preview_imaginary_url' => true,
61
+ 'preview_imaginary_key' => true,
62
'proxyuserpwd' => true,
63
'sentry.dsn' => true,
64
'sentry.public-dsn' => true,
0 commit comments