Broken AI server Part 1

its 5:30 in the morning
This commit is contained in:
2026-03-19 05:34:25 +02:00
parent 5c706a13b4
commit ba50c0fc08
43 changed files with 6726 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
{
"WebCore" : {
"serverPort": 8181,
"fileRoot": "/usr/local/var/www/service-registry",
"requestLogging": false
},
"ManagementCore": {
"authenticate": false,
"validate": false,
"fileRoot": "/usr/local/var/www/service-management"
},
"ServiceRegistry": {
"registryPort": 8181,
"serverPort": 8181
},
"logging": {
"loggers": {
"root": {
"level": "notice"
}
}
}
}