mirror of
https://github.com/ckaczor/HomeMonitor.git
synced 2026-01-27 01:25:38 -05:00
Replace calendar service with new .NET version
This commit is contained in:
16
Calendar/Service/appsettings.json
Normal file
16
Calendar/Service/appsettings.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Warning",
|
||||
"Microsoft": "Information"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"Telemetry": {
|
||||
"Endpoint": "http://signoz-otel-collector.platform:4317/"
|
||||
},
|
||||
"Calendar": {
|
||||
"PersonalUrl": "",
|
||||
"HolidayUrl": ""
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user