mirror of
https://github.com/Microsoft/sql-server-samples.git
synced 2025-12-08 14:58:54 +00:00
13 lines
347 B
JSON
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 = ....."
|
|
}
|
|
} |