Files

23 lines
528 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.Hosting.Lifetime": "Information",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Database=finlytic_bot;Username=postgres;Password=postgres"
},
"MQTT": {
"Host": "localhost",
"Port": 1883,
"ClientId": "finlytic_bot"
},
"Alpaca": {
"KeyId": "PK_PAPER_PLACEHOLDER_KEY",
"SecretKey": "SK_PAPER_PLACEHOLDER_SECRET",
"IsPaper": true
}
}