{ "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" } }