[增添]添加了Manage Exposer的默认数据库值以及Page页面
This commit is contained in:
18
management-panel/app/Settings/ExposerSettings.php
Normal file
18
management-panel/app/Settings/ExposerSettings.php
Normal file
@@ -0,0 +1,18 @@
|
||||
<?php
|
||||
|
||||
namespace App\Settings;
|
||||
|
||||
use Spatie\LaravelSettings\Settings;
|
||||
|
||||
class ExposerSettings extends Settings
|
||||
{
|
||||
public string $exposer_bind;
|
||||
public int $exposer_thread;
|
||||
|
||||
public string $exposer_auth;
|
||||
|
||||
public static function group(): string
|
||||
{
|
||||
return 'exposer';
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user