refactor(app-config): remove obsolete properties

This commit is contained in:
Ali BARIN
2024-12-04 10:44:27 +00:00
parent 8e89a103db
commit b4fcdbd2c4
2 changed files with 15 additions and 3 deletions

View File

@@ -17,9 +17,6 @@ class AppConfig extends Base {
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 },
disabled: { type: 'boolean', default: false },
createdAt: { type: 'string' },
updatedAt: { type: 'string' },