23 lines
504 B
JSON
23 lines
504 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=localhost;Database=finlytic_backend;Username=postgres;Password=postgres"
|
|
},
|
|
"MQTT": {
|
|
"Host": "localhost",
|
|
"Port": 1883,
|
|
"ClientId": "finlytic_backend"
|
|
},
|
|
"JWT": {
|
|
"Issuer": "FinlyticBackend",
|
|
"Audience": "FinlyticClients"
|
|
}
|
|
}
|