forked from Eeveid/lightOps
实现 LightOps 运维面板基础功能
This commit is contained in:
7
config/server.toml.example
Normal file
7
config/server.toml.example
Normal file
@@ -0,0 +1,7 @@
|
||||
bind = "0.0.0.0:8080"
|
||||
database_url = "sqlite://lightops.db?mode=rwc"
|
||||
jwt_secret = "请替换为足够长的随机密钥"
|
||||
public_url = "https://panel.example.com"
|
||||
static_dir = "web/dist"
|
||||
registration_token_ttl_minutes = 30
|
||||
task_timeout_secs = 20
|
||||
Reference in New Issue
Block a user