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.
 
 
 
 
 
 

44 lines
1.8 KiB

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"appSettings": {
"AllConnections": "EnterprizeV4:MSSQL_ConnectString01",
"MSSQL_ConnectString01": "server=localhost\\SQLEXPRESS;database=GroupBuy;uid=otkdeveloper;pwd=25153819;Column Encryption Setting=enabled;dbtype=MSSQL",
//"MSSQL_ConnectString01": "Data Source=localhost\\SQLEXPRESS;Integrated Security=True;Connect Timeout=30;Encrypt=False;TrustServerCertificate=False;ApplicationIntent=ReadWrite;MultiSubnetFailover=False",
"TOKEN_EXP_MINUTE": "3000000",
// 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",
//
// "PAGES_TOKEN": "EAANGvj5pkXQBAGFjGWWHcnRB0rZCgL4PWCqvwuTceZAleraBN4n86sRDnOSZBh6dG3Byw3QMW6LUW0v39yfJSqJmVH0DaeRGc4gu1j6W1WCLeK684LT58ZB4zuuNp5uayJvFfZAbVWPz6CZCxBCyYb1TlsSbwFuzN38p3a4cYkjaLoZC0xZANTg3",
// Duck
"PAGES_TOKEN": "EAAJRQcUfZCWIBAFcZC7fZCTyJVv5dcn6fZAaJxFcdaFakxPFbpVhtjZCIQRu0fQPC98GoDcDmAEJLnVBUXtuffVb2rvAaSMzBtw2xyK12VCjmvfPqa2HZBz8jMzaZASx8NEFOc738AwLDvyS9h56mFNGKMTEk5uLCZBHZAzcwYTHPW4YykI9EfFjf",
"CLIENT_SECRET": "8890e0c1b183a257e0f4598a100b2470",
"PAGE_ID": "106356688022582",
"APP_ID": "652292875353442",
// PDF
"PdfConverterFileName": "C:/Program Files/LibreOffice/program/soffice.exe",
"PdfConverterArguments": "--norestore --nofirststartwizard --headless --convert-to pdf --outdir \"{1}\" \"{0}\"",
// Admin
"ADMIN_NAME": "Admin"
}
}