appsettings.json 259 B

12345678910111213
  1. {
  2. "Logging": {
  3. "LogLevel": {
  4. "Default": "Information",
  5. "Microsoft.AspNetCore": "Warning"
  6. }
  7. },
  8. "AllowedHosts": "*",
  9. "urls": "http://*:5001;",
  10. "ConnectionStrings": {
  11. "DefaultConnection": "Data Source=D:\\SafeguardDB.db;"
  12. }
  13. }