feat(app-config): add useOnlyPredefinedAuthClients property

This commit is contained in:
Ali BARIN
2024-12-04 10:43:43 +00:00
parent 978ceaadb6
commit 8e89a103db
2 changed files with 12 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ class AppConfig extends Base {
properties: {
id: { type: 'string', format: 'uuid' },
key: { type: 'string' },
useOnlyPredefinedAuthClients: { type: 'boolean', default: false },
connectionAllowed: { type: 'boolean', default: false },
customConnectionAllowed: { type: 'boolean', default: false },
shared: { type: 'boolean', default: false },