appsettings.json 375 B

12345678910111213
  1. {
  2. "ConnectionStrings": {
  3. "DefaultConnection": "Data Source=10.212.30.61;Initial Catalog=ConcursoProjetoGabriel;Persist Security Info=True;User Id=sa;Password=A$$!nf998;TrustServerCertificate=True;"
  4. },
  5. "Logging": {
  6. "LogLevel": {
  7. "Default": "Information",
  8. "Microsoft.AspNetCore": "Warning"
  9. }
  10. },
  11. "AllowedHosts": "*",
  12. "DetailedErrors": true
  13. }