mirror of
https://github.com/SECTL/SecScore.git
synced 2026-07-21 18:19:03 +08:00
请输入文本
This commit is contained in:
@@ -93,6 +93,16 @@ export class SettingsService extends Service {
|
||||
kind: 'string',
|
||||
defaultValue: 'light-default',
|
||||
writePermission: 'admin'
|
||||
},
|
||||
pg_connection_string: {
|
||||
kind: 'string',
|
||||
defaultValue: '',
|
||||
writePermission: 'admin'
|
||||
},
|
||||
pg_connection_status: {
|
||||
kind: 'json',
|
||||
defaultValue: { connected: false, type: 'sqlite' },
|
||||
writePermission: 'admin'
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user