12345678910111213 |
- {
- "ConnectionStrings": {
- "DefaultConnection": "Data Source=10.212.30.61;Initial Catalog=ConcursoProjetoGabriel;Persist Security Info=True;User Id=sa;Password=A$$!nf998;TrustServerCertificate=True;"
- },
- "Logging": {
- "LogLevel": {
- "Default": "Information",
- "Microsoft.AspNetCore": "Warning"
- }
- },
- "AllowedHosts": "*",
- "DetailedErrors": true
- }
|