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.

29 lines
755 B

  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. }
  25. }