Files
sql-server-samples/samples/features/security/sql-ledger/source/ContosoHR/appsettings.json
T
Pieter c9acbfd2d0 Contoso Web App
Contoso Web App
2022-02-15 13:08:08 +01:00

13 lines
347 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"ContosoHRDatabase": "Data Source = myserver.database.windows.net; Initial Catalog = ContosoHR; User Id = jaydba; Password = ....."
}
}