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

  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "appSettings": {
  11. "AllConnections": "EnterprizeV4:MSSQL_ConnectString01",
  12. "MSSQL_ConnectString01": "server=DESKTOP-CTVC8F8\\SQLEXPRESS;database=Minus8;Integrated Security=true;Column Encryption Setting=enabled;dbtype=MSSQL",
  13. "TOKEN_EXP_MINUTE": "180",
  14. // Encrypt
  15. "KEY": "!QAZ2wsx@CHBBank", // 32byte = 256bit
  16. "IV": "3775AECD",
  17. // MAIL
  18. "SMTPURL": "smtp.gmail.com",
  19. "MAILOWNERADDRESS": "ot.syssender@gmail.com",
  20. "MAILACCOUNT": "ot.syssender@gmail.com",
  21. "MAILPASS": "654321zzz",
  22. "USESSL": "YES",
  23. "MAILPORT": "587",
  24. "EXPORT_GROUPNAME": "LIN;WANG;HO",
  25. "LIN": "海線購好康揪團GO;鳳山購好康揪團Go;購好康揪團go",
  26. "WANG": "省八塊揪團Go (員林地區);王勝天揪團Go;好棒棒揪團GO;省好多揪團Go (台中地區);熊大心揪團Go",
  27. "HO": "新北購好康",
  28. "IMPORT_GROUPNAME": "LIN"
  29. }
  30. }