18 lines
398 B
JSON
18 lines
398 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"PackageDownloadDirectory": "/tmp/packages",
|
|
"Workers": {
|
|
"Cpp": "http://localhost:8081",
|
|
"Java": "http://localhost:8081",
|
|
"Kotlin": "http://localhost:8081",
|
|
"CSharp": "http://localhost:8081",
|
|
"Python": "http://localhost:8081"
|
|
}
|
|
}
|