[增添]增添了datasource中的配置参数及对应页面
This commit is contained in:
@@ -38,7 +38,12 @@ class DataSourceSettings extends Settings
|
||||
public string $key_identity_file;
|
||||
//启用
|
||||
public bool $state;
|
||||
|
||||
//读取模式
|
||||
public ?string $read_mode;
|
||||
//缓存更新
|
||||
public int $cache_update;
|
||||
//缓存超时
|
||||
public int $cache_timeout;
|
||||
|
||||
public static function group(): string
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user