Files
radio-otherway/scheduler/appsettings.Development.json
Fergal Moran 5f847732a4 Added files
2023-03-02 06:27:17 +00:00

12 lines
202 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ServiceSettings": {
"ApiUrl": "https://otherway.dev.fergl.ie:3000/api"
}
}