appsettings.json 716 B

12345678910111213141516171819202122232425
  1. {
  2. "Connection": "Data Source=(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1539))(CONNECT_DATA=(SERVICE_NAME=ORA12C)));User Id=laos_esim;Password=laos_esim;Connection Timeout=120;",
  3. "Email": {
  4. "SmtpServer": "smtp.gmail.com",
  5. "SmtpPort": 587,
  6. "SenderEmail": "trongduc02@gmail.com",
  7. "SenderName": "EsimLao",
  8. "SenderPassword": "cjav iour aepq balt",
  9. "EnableSsl": true,
  10. "MaxConcurrentSends": 10,
  11. "ConnectionPoolSize": 5,
  12. "BatchSize": 100,
  13. "RetryDelayMs": 1000
  14. },
  15. "Job": {
  16. "IntervalSeconds": 10,
  17. "MaxMessagesPerRun": 500
  18. },
  19. "Logging": {
  20. "LogLevel": {
  21. "Default": "Information",
  22. "Microsoft.Hosting.Lifetime": "Information"
  23. }
  24. }
  25. }