appsettings.json 432B

1234567891011121314151617181920
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft": "Warning",
  6. "Microsoft.Hosting.Lifetime": "Information"
  7. },
  8. "EventLog": {
  9. "LogLevel": {
  10. "Default": "Information",
  11. "Microsoft.Hosting.Lifetime": "Information"
  12. }
  13. }
  14. },
  15. "AllowedHosts": "*",
  16. "ConnectionStrings": {
  17. "AquiferDatabase": "Server=localhost;UserId=root;Password=;Database=aquifer"
  18. }
  19. }