You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
"ConnectionStrings": {
|
|
|
|
//"DB": "Data Source=192.168.201.44;Initial Catalog=HY.TradingRobot.DB;User ID=sa;Pwd=kaicn1132+-;"
|
|
|
|
//"DB": "Data Source=.;Initial Catalog=Binance.TradeRobot.DB;User ID=sa;Pwd=pc911103;Encrypt=True; TrustServerCertificate=True;"
|
|
|
|
"DB": "data source=8.209.252.195;port=3306;user id=sa;password=rYn6re2AKhcDWcBi;initial catalog=tradedb;charset=utf8;sslmode=none;",
|
|
|
|
"Redis": "8.209.252.195:6379,password=kaicn1132+-,defaultDatabase=0,testcluster=false"
|
|
|
|
},
|
|
|
|
"JwtConfig": {
|
|
|
|
"Secret": "heyitraderobot11",
|
|
|
|
"Issuer": "heyi",
|
|
|
|
"Audience": "heyi"
|
|
|
|
}
|
|
|
|
}
|