2023-01-17 23:14:05 +02:00
|
|
|
{
|
2023-01-18 01:01:25 +02:00
|
|
|
"Urls": "http://*:5005",
|
|
|
|
"Workspace": "workspace",
|
|
|
|
"ConnectionStrings": {
|
|
|
|
"DatabaseConnection": "Data Source={Workspace}\\correo.db"
|
|
|
|
},
|
|
|
|
"Serilog": {
|
|
|
|
"MinimumLevel": {
|
2023-01-18 02:12:35 +02:00
|
|
|
"Default": "Warning",
|
2023-01-18 01:01:25 +02:00
|
|
|
"Override": {
|
|
|
|
"Microsoft": "Information"
|
|
|
|
}
|
2023-01-17 23:14:05 +02:00
|
|
|
}
|
|
|
|
},
|
2023-01-18 02:12:35 +02:00
|
|
|
"AllowedHosts": "*",
|
|
|
|
"Messaging": {
|
|
|
|
"Enabled": false,
|
|
|
|
"TopicPrefix": "HomeLab.",
|
|
|
|
"Source": "Correo",
|
|
|
|
"Nats": {
|
|
|
|
"natsUrl": "nats://<host>:4222",
|
|
|
|
"cluster": "<cluster>",
|
|
|
|
"clientId": "Correo",
|
|
|
|
"qGroup": "Correo",
|
|
|
|
"durableName": "durable"
|
|
|
|
}
|
2023-01-18 03:20:57 +02:00
|
|
|
},
|
|
|
|
"DefaultSender": {
|
|
|
|
"Address": "noreply@homelab.com",
|
|
|
|
"Name": "HomeLab"
|
|
|
|
},
|
|
|
|
"SmtpClient": {
|
|
|
|
"Server": "smtp.gmail.com",
|
|
|
|
"Port": "587",
|
|
|
|
"Authentication": {
|
|
|
|
"UserName": "<account>@gmail.com",
|
|
|
|
"Domain": "",
|
|
|
|
"Password": "********"
|
|
|
|
},
|
|
|
|
"UseAuthentication": true,
|
|
|
|
"UseSsl": true,
|
|
|
|
"TrustServer": false
|
2023-01-18 02:12:35 +02:00
|
|
|
}
|
2023-01-18 03:20:57 +02:00
|
|
|
}
|