| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "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;",
- "Email": {
- "SmtpServer": "smtp.gmail.com",
- "SmtpPort": 587,
- "SenderEmail": "trongduc02@gmail.com",
- "SenderName": "trongduc02",
- "SenderPassword": "cjav iour aepq balt",
- "EnableSsl": true,
- "MaxConcurrentSends": 10,
- "ConnectionPoolSize": 5,
- "MaxEmailsPerMinute": 30,
- "BaseRetryDelayMs": 2000,
- "MaxRetryDelayMs": 60000
- },
- "Job": {
- "IntervalSeconds": 10,
- "MaxMessagesPerRun": 500,
- "MetricsLogIntervalSeconds": 60
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "Kestrel": {
- "EndPoints": {
- "Http": {
- "Url": "http://0.0.0.0:8361"
- }
- }
- }
- }
|