Sync code from main
This commit is contained in:
3
EdgeAPI/build/configs/.gitignore
vendored
Normal file
3
EdgeAPI/build/configs/.gitignore
vendored
Normal file
@@ -0,0 +1,3 @@
|
||||
api.yaml
|
||||
db.yaml
|
||||
.db.yaml
|
||||
12
EdgeAPI/build/configs/api.template.yaml
Normal file
12
EdgeAPI/build/configs/api.template.yaml
Normal 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: ""
|
||||
5
EdgeAPI/build/configs/db.template.yaml
Normal file
5
EdgeAPI/build/configs/db.template.yaml
Normal 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" ]
|
||||
Reference in New Issue
Block a user