phase/0-infrastructure #1

Merged
g82tt merged 25 commits from phase/0-infrastructure into master 2026-05-16 15:17:19 +08:00
Showing only changes of commit 839d05f75c - Show all commits

View File

@@ -5,5 +5,19 @@
"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
}
}
}