| 1234567891011121314151617181920212223242526272829303132 |
- {
- "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": "EsimLao",
- "SenderPassword": "cjav iour aepq balt",
- "EnableSsl": true,
- "MaxConcurrentSends": 10,
- "ConnectionPoolSize": 5,
- "BatchSize": 100,
- "RetryDelayMs": 1000
- },
- "Job": {
- "IntervalSeconds": 10,
- "MaxMessagesPerRun": 500
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "Kestrel": {
- "EndPoints": {
- "Http": {
- "Url": "http://0.0.0.0:8361"
- }
- }
- }
- }
|