appsettings.json 509 B

123456789101112131415161718
  1. {
  2. "Port": 6050,
  3. "Id": 1,
  4. "Name": "AIP Database RESTFull Service",
  5. "ConnectionStrings": {
  6. "DefaultConnection": "Server=115.91.94.42,11433;Uid=aipuser;Pwd=aipuser;Database=aipdb;MultipleActiveResultSets=true;TrustServerCertificate=True;"
  7. },
  8. "Logging": {
  9. "LogLevel": {
  10. "Default": "Information",
  11. "System": "Information",
  12. "Microsoft": "Warning",
  13. "Microsoft.AspNetCore": "Information",
  14. "Microsoft.Hosting.Lifetime": "Information"
  15. }
  16. },
  17. "AllowedHosts": "*"
  18. }