Files
DigitalData.UserManager/DigitalData.UserManager.API/bin/Debug/net7.0/appsettings.Development.json
Developer 02 58f87e2be5 first commit
2024-03-07 11:15:47 +01:00

16 lines
369 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DD_ECM_Connection": "Server=SDD-VMP04-SQL17\\DD_DEVELOP01;Database=DD_ECM;User Id=sa;Password=dd;Encrypt=false;TrustServerCertificate=True;"
},
"ADFilters": {
"Group": "..",
"User": "..."
}
}