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.
34 lines
1.0 KiB
34 lines
1.0 KiB
{
|
|
"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",
|
|
"EXPORT_GROUPNAME": "LIN;WANG;HO",
|
|
"LIN": "海線購好康揪團GO;鳳山購好康揪團Go;購好康揪團go",
|
|
"WANG": "省八塊揪團Go (員林地區);王勝天揪團Go;好棒棒揪團GO;省好多揪團Go (台中地區);熊大心揪團Go",
|
|
"HO": "新北購好康",
|
|
"IMPORT_GROUPNAME": "LIN"
|
|
}
|
|
}
|