Files
Finlytic/FinlyticNotify/appsettings.json
T

27 lines
652 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=finlytic;Username=postgres;Password=postgres"
},
"Mqtt": {
"BrokerHost": "localhost",
"BrokerPort": 1883,
"ClientId": "FinlyticNotify"
},
"Ntfy": {
"BaseUrl": "http://localhost:8080",
"TopicPrefix": "finlytic",
"BroadcastChannel": "broadcast",
"DefaultUsername": "admin",
"MinProposalScore": 70.0,
"NotifyOnProposals": true,
"NotifyOnTradeUpdates": true,
"NotifyOnBotTrades": true
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information"
}
}
}