[增添]添加了Manage Exposer的默认数据库值以及Page页面
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
use Spatie\LaravelSettings\Migrations\SettingsMigration;
|
||||
|
||||
return new class extends SettingsMigration
|
||||
{
|
||||
public function up(): void
|
||||
{
|
||||
$this->migrator->add('exposer.exposer_bind', '0.0.0.0:8191');
|
||||
$this->migrator->add('exposer.exposer_thread', 2);
|
||||
$this->migrator->add('exposer.exposer_auth', 'None');
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user