[修改]修改了Exporter变量名称及页面配置
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('exporter.exporter_bind', '0.0.0.0:8191');
|
||||
$this->migrator->add('exporter.exporter_thread', 2);
|
||||
$this->migrator->add('exporter.exporter_auth', 'None');
|
||||
}
|
||||
};
|
||||
@@ -1,13 +0,0 @@
|
||||
<?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