maliming
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
modules/openiddict/app/OpenIddict.Demo.Server/appsettings.json
|
|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
"ConnectionStrings": { |
|
|
|
"Default": "Server=localhost;Database=OpenIddict-Demo-Server2;User Id=sa;Password=1q2w3E***;TrustServerCertificate=True" |
|
|
|
"Default": "Server=(LocalDb)\\MSSQLLocalDB;Database=OpenIddict-Demo-Server;Trusted_Connection=True;TrustServerCertificate=True" |
|
|
|
}, |
|
|
|
"Logging": { |
|
|
|
"LogLevel": { |
|
|
|
|