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.
1 parent 51adff2 commit 4c80f63Copy full SHA for 4c80f63
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