mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-03 23:20:26 +08:00
17 lines
461 B
YAML
17 lines
461 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" ]
|
|
|