Phase0_delete_old_gateway

This commit is contained in:
2026-05-16 15:12:43 +08:00
parent fcd1d39641
commit 07dd459705
37 changed files with 0 additions and 699 deletions

View File

@@ -1,23 +0,0 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"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
}
}
}