| 123456789101112131415161718192021222324252627282930313233 |
- {
- "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;",
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "Jwt": {
- "Key": "EsimLaoSecretKey12345678901234567890",
- "Issuer": "EsimLao",
- "Audience": "EsimLaoClient"
- },
- "Email": {
- "SmtpServer": "smtp.gmail.com",
- "SmtpPort": 587,
- "SenderEmail": "your-email@gmail.com",
- "SenderName": "EsimLao",
- "SenderPassword": "your-app-password",
- "EnableSsl": true
- },
- "MessageQueueJob": {
- "IntervalSeconds": 30
- },
- "Kestrel": {
- "EndPoints": {
- "Http": {
- "Url": "http://0.0.0.0:9106"
- }
- }
- }
- }
|