diff --git a/Base Installation/appsettings.Development.json b/Base Installation/appsettings.Development.json deleted file mode 100644 index 9126067..0000000 --- a/Base Installation/appsettings.Development.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "LicenseKey":"" -} \ No newline at end of file diff --git a/Base Installation/appsettings.json b/Base Installation/appsettings.json index 7e09730..7db1653 100644 --- a/Base Installation/appsettings.json +++ b/Base Installation/appsettings.json @@ -9,6 +9,7 @@ "IdentityConnectionString":"Server=localhost,1433;User Id=sa;Password=Password123!;Database=IdentityExpressDbMigrationTest;", "IdentityServerConnectionString":"Server=localhost,1433;User Id=sa;Password=Password123!;Database=IdentityExpressDbMigrationTest;", "RequireHttpsMetadata":false, + "LicenseKey":"", "PasswordPolicy":{ "RequireDigit":true, "RequireLowercase":true, @@ -27,4 +28,4 @@ "AddUserPassword":false, "EnableEnforcerAuthorization":false } -} \ No newline at end of file +}