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.
 
 
 
 
 
 

29 lines
755 B

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"appSettings": {
"AllConnections": "EnterprizeV4:MSSQL_ConnectString01",
"MSSQL_ConnectString01": "server=DESKTOP-CTVC8F8\\SQLEXPRESS;database=Minus8;Integrated Security=true;Column Encryption Setting=enabled;dbtype=MSSQL",
"TOKEN_EXP_MINUTE": "180",
// Encrypt
"KEY": "!QAZ2wsx@CHBBank", // 32byte = 256bit
"IV": "3775AECD",
// MAIL
"SMTPURL": "smtp.gmail.com",
"MAILOWNERADDRESS": "ot.syssender@gmail.com",
"MAILACCOUNT": "ot.syssender@gmail.com",
"MAILPASS": "654321zzz",
"USESSL": "YES",
"MAILPORT": "587"
}
}