Sync code from main

This commit is contained in:
robin
2026-02-19 22:42:09 +08:00
parent e5f4821d91
commit 39524692e5
10 changed files with 269 additions and 2 deletions

3
EdgeAPI/build/configs/.gitignore vendored Normal file
View File

@@ -0,0 +1,3 @@
api.yaml
db.yaml
.db.yaml

View File

@@ -0,0 +1,12 @@
nodeId: "${nodeId}"
secret: "${secret}"
clickhouse:
host: 127.0.0.1
port: 8123
user: default
password: "123456"
database: default
scheme: http
tlsSkipVerify: false
tlsServerName: ""

View File

@@ -0,0 +1,5 @@
user: root
password: 123456
host: 127.0.0.1:3306
database: db_edge
boolFields: [ "uamIsOn", "followPort", "requestHostExcludingPort", "autoRemoteStart", "autoInstallNftables", "enableIPLists", "detectAgents", "checkingPorts", "enableRecordHealthCheck", "offlineIsNotified", "http2Enabled", "http3Enabled", "enableHTTP2", "retry50X", "retry40X", "autoSystemTuning", "disableDefaultDB", "autoTrimDisks", "enableGlobalPages", "ignoreLocal", "ignoreSearchEngine" ]