123456789101112131415161718 |
- {
- "Port": 6050,
- "Id": 1,
- "Name": "AIP Database RESTFull Service",
- "ConnectionStrings": {
- "DefaultConnection": "Server=115.91.94.42,11433;Uid=aipuser;Pwd=aipuser;Database=aipdb;MultipleActiveResultSets=true;TrustServerCertificate=True;"
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "System": "Information",
- "Microsoft": "Warning",
- "Microsoft.AspNetCore": "Information",
- "Microsoft.Hosting.Lifetime": "Information"
- }
- },
- "AllowedHosts": "*"
- }
|