Backend/e-suite.Database.SqlServer/e-suite.Database.MigrationBuilder/appsettings.Development.json
2026-01-20 21:50:10 +00:00

12 lines
353 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"connectionStrings": {
"database": "Server=(local);Database=esuite;MultipleActiveResultSets=true;User ID=esuiteApplicationUser;Password=Plz change me on live, thank you;Encrypt=true;TrustServerCertificate=true;"
}
}