Skip to content

Commit 8e7cbd1

Browse files
committed
removing code which is not required
1 parent 776113f commit 8e7cbd1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/IdentityServerWithIdentitySQLite/Startup.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ public Startup(IHostingEnvironment env)
2626
.AddJsonFile("appsettings.json", optional: true, reloadOnChange: true)
2727
.AddJsonFile($"appsettings.{env.EnvironmentName}.json", optional: true);
2828

29-
if (env.IsDevelopment())
30-
{
31-
builder.AddUserSecrets();
32-
}
33-
3429
_environment = env;
3530

3631
builder.AddEnvironmentVariables();

0 commit comments

Comments
 (0)