| 12345678910111213141516171819202122 |
- {
- "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"
- },
- "Kestrel": {
- "EndPoints": {
- "Http": {
- "Url": "http://0.0.0.0:9106"
- }
- }
- }
- }
|