mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 06:40:26 +08:00
17 lines
577 B
YAML
17 lines
577 B
YAML
default:
|
|
db: "prod"
|
|
prefix: ""
|
|
|
|
dbs:
|
|
prod:
|
|
driver: "mysql"
|
|
dsn: "root:123456@tcp(127.0.0.1:3306)/db_edge?charset=utf8mb4&timeout=30s"
|
|
prefix: "edge"
|
|
models:
|
|
package: internal/web/models
|
|
|
|
|
|
fields:
|
|
bool: [ "uamIsOn", "followPort", "requestHostExcludingPort", "autoRemoteStart", "autoInstallNftables", "enableIPLists", "detectAgents", "checkingPorts", "enableRecordHealthCheck", "offlineIsNotified", "http2Enabled", "http3Enabled", "enableHTTP2", "retry50X", "retry40X", "autoSystemTuning", "disableDefaultDB", "autoTrimDisks","enableGlobalPages" ]
|
|
|