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.
 
 
 
 
 
 

49 lines
1.6 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",
"SMTPURL": "origtek-mail.com",
"MAILOWNERADDRESS": "alina.zhang@origtek-mail.com",
"MAILACCOUNT": "alina.zhang@origtek-mail.com",
"MAILPASS": "alina123",
"USESSL": "NO",
"MAILPORT": "25",
// ×¥XPDFªº³]©w
"PdfConverterFileName": "C:/Program Files/LibreOffice/program/soffice.exe",
"PdfConverterArguments": "--norestore --nofirststartwizard --headless --convert-to pdf --outdir \"{1}\" \"{0}\"",
// ¨¤¦âAdmin¦WºÙ
"ADMIN_NAME": "Admin",
// GroupSetting
"CLIENT_SECRET": "8890e0c1b183a257e0f4598a100b2470",
"PAGE_ID": "108355484239143",
"APP_ID": "652292875353442"
}
}