Phase0_gateway_config

This commit is contained in:
2026-05-16 04:48:29 +08:00
parent 65cfa40e1f
commit 839d05f75c

View File

@@ -5,5 +5,19 @@
"Microsoft.AspNetCore": "Warning" "Microsoft.AspNetCore": "Warning"
} }
}, },
"AllowedHosts": "*" "AllowedHosts": "*",
"Urls": "http://*:5100",
"Adapters": {
"Owl": {
"BaseUrl": "http://owl_host:80",
"Username": "admin",
"Password": "your_owl_password"
},
"MC4": {
"BaseUrl": "http://mc4_host:3000",
"Username": "admin",
"Password": "your_mc4_password",
"RateLimitPerSecond": 2
}
}
} }