| 1234567891011121314151617181920212223242526272829 |
- {
- "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": "EsimLaoSecretKey1234567890ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789ABCD",
- "Issuer": "EsimLao",
- "Audience": "EsimLaoClient"
- },
- "Kestrel": {
- "EndPoints": {
- "Http": {
- "Url": "http://0.0.0.0:9106"
- }
- //"Https": {
- // "Url": "https://0.0.0.0:9107",
- // "Certificate": {
- // "Path": "/path/to/certificate.pfx",
- // "Password": "your-password"
- // }
- //}
- }
- }
- }
|