25 lines
659 B
JSON
25 lines
659 B
JSON
{
|
|
"Logging": {
|
|
"IncludeScopes": false,
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"DbConnections": {
|
|
"Knoks_Prices": "Server=(localdb)\\MSSQLLocalDB;Initial Catalog=Knoks_Prices;Integrated Security=True;Persist Security Info=False;Pooling=True;MultipleActiveResultSets=False;Connect Timeout=60;Encrypt=False;TrustServerCertificate=True"
|
|
},
|
|
"Contact": {
|
|
"Name": "Techman",
|
|
"Email": "techman@Knoks.com",
|
|
"Url": "http://Knoks.com/tech-support"
|
|
},
|
|
"MinuteIntervalCheck": "0,5",
|
|
"Bittrex": {
|
|
"ReplaceSymbols": {
|
|
"USDT": "TUSD"
|
|
}
|
|
}
|
|
}
|