[增添]增添了datasource中的配置参数及对应页面

This commit is contained in:
makotocc0107
2024-08-27 16:00:00 +08:00
parent 205c74ddbe
commit 016e6b215d
4 changed files with 84 additions and 20 deletions

View File

@@ -22,5 +22,9 @@ return new class extends SettingsMigration
$this->migrator->add('datasource.certificate_identity_file', '');
$this->migrator->add('datasource.key_identity_file', '');
$this->migrator->add('datasource.state', false);
$this->migrator->add('datasource.read_mode', "sync");
$this->migrator->add('datasource.cache_update', 500);
$this->migrator->add('datasource.cache_timeout', 1000);
}
};