Browse Source

Merge pull request #6452 from abpframework/maliming-patch-1

Remove IdentityServer section from appsettings.json
pull/6957/head
liangshiwei 6 years ago
committed by GitHub
parent
commit
e9b8efa240
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/appsettings.json

7
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Web/appsettings.json

@ -9,13 +9,6 @@
"Authority": "https://localhost:44303",
"RequireHttpsMetadata": "false"
},
"IdentityServer": {
"Clients": {
"MyProjectName_App": {
"ClientId": "MyProjectName_App"
}
}
},
"StringEncryption": {
"DefaultPassPhrase": "gsKnGZ041HLL4IM8"
},

Loading…
Cancel
Save