There was an error while loading. Please reload this page.
1 parent 776113f commit 8e7cbd1Copy full SHA for 8e7cbd1
src/IdentityServerWithIdentitySQLite/Startup.cs
@@ -26,11 +26,6 @@ public Startup(IHostingEnvironment env)
26
.AddJsonFile("appsettings.json", optional: true, reloadOnChange: true)
27
.AddJsonFile($"appsettings.{env.EnvironmentName}.json", optional: true);
28
29
- if (env.IsDevelopment())
30
- {
31
- builder.AddUserSecrets();
32
- }
33
-
34
_environment = env;
35
36
builder.AddEnvironmentVariables();
0 commit comments