All checks were successful
Restart Docker Container on Production / build (pull_request) Successful in 4m31s
13 lines
209 B
JSON
13 lines
209 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"App": {
|
|
"BackendApiUrl": "https://rbl.wohlleben.dev"
|
|
}
|
|
}
|