22 lines
429 B
JSON
22 lines
429 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"ConnectionStrings": {
|
|
"DefaultConnection": "Host=OmniDB;Database=finlytic_bot;Username=admin;Password=YourPasswordHere"
|
|
},
|
|
"MQTT": {
|
|
"Host": "localhost",
|
|
"Port": 1883,
|
|
"ClientId": "finlytic_bot"
|
|
},
|
|
"Alpaca": {
|
|
"KeyId": "",
|
|
"SecretKey": "",
|
|
"IsPaper": true
|
|
}
|
|
}
|