appsettings.json 698 B

123456789101112131415161718192021222324
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. }
  8. },
  9. "AllowedHosts": "*",
  10. "ConnectionStrings": {
  11. "HangfireConnection": "Server=.,38032;Database=Apq_DBA;User Id=\"sa\";Password=\"Sql_2022\";Encrypt=False;",
  12. "DS32Connection": "Server=.,38032;Database=DS;User Id=\"sa\";Password=\"Sql_2022\";Encrypt=False;",
  13. "DSUser32Connection": "Server=.,38032;Database=DSUser;User Id=\"sa\";Password=\"Sql_2022\";Encrypt=False;"
  14. },
  15. "x7sy": {
  16. "useName": "Dev",
  17. "Dev": {
  18. "url": "https://api.x7sy.com/x7DetectionHelper/gateway"
  19. },
  20. "x7sy": {
  21. "url": "https://api.x7sy.com/x7Detection/gateway"
  22. }
  23. }
  24. }