chg: [keycloak] settings moved to CerebrateSettingsProvider

pull/73/head
iglocska 2021-10-20 14:27:33 +02:00
parent 6262fb543c
commit c0e1936849
No known key found for this signature in database
GPG Key ID: BEA224F1FEF113AC
1 changed files with 4 additions and 2 deletions

View File

@ -43,6 +43,7 @@ class CerebrateSettingsProvider extends BaseSettingsProvider
'test' => 'testUuid', 'test' => 'testUuid',
], ],
], ],
/*
'Miscellaneous' => [ 'Miscellaneous' => [
'sc2.hero' => [ 'sc2.hero' => [
'description' => 'The true hero', 'description' => 'The true hero',
@ -80,6 +81,7 @@ class CerebrateSettingsProvider extends BaseSettingsProvider
// 'severity' => 'info', // 'severity' => 'info',
'type' => 'integer' 'type' => 'integer'
], ],
*/
], ],
'Network' => [ 'Network' => [
'Proxy' => [ 'Proxy' => [
@ -192,5 +194,5 @@ class CerebrateSettingValidator extends SettingValidator
return __('Invalid URL, please make sure that the protocol is set.'); return __('Invalid URL, please make sure that the protocol is set.');
} }
return true; return true;
} }
} }