diff --git a/infrastructure/modules/app_config/configurations/dev.json b/infrastructure/modules/app_config/configurations/dev.json index 6b0021a7..10760dd4 100644 --- a/infrastructure/modules/app_config/configurations/dev.json +++ b/infrastructure/modules/app_config/configurations/dev.json @@ -26,6 +26,9 @@ }, "documentCorrectEnabled": { "name": "documentCorrectEnabled" + }, + "userRestrictionEnabled": { + "name": "userRestrictionEnabled" } }, "values": { @@ -55,6 +58,9 @@ }, "documentCorrectEnabled": { "enabled": "true" + }, + "userRestrictionEnabled": { + "enabled": "true" } }, "version": "1" diff --git a/infrastructure/modules/app_config/configurations/pre-prod.json b/infrastructure/modules/app_config/configurations/pre-prod.json index 96722a05..a1f8fb14 100644 --- a/infrastructure/modules/app_config/configurations/pre-prod.json +++ b/infrastructure/modules/app_config/configurations/pre-prod.json @@ -26,6 +26,9 @@ }, "documentCorrectEnabled": { "name": "documentCorrectEnabled" + }, + "userRestrictionEnabled": { + "name": "userRestrictionEnabled" } }, "values": { @@ -55,6 +58,9 @@ }, "documentCorrectEnabled": { "enabled": "false" + }, + "userRestrictionEnabled": { + "enabled": "false" } }, "version": "1" diff --git a/infrastructure/modules/app_config/configurations/prod.json b/infrastructure/modules/app_config/configurations/prod.json index 96722a05..a1f8fb14 100644 --- a/infrastructure/modules/app_config/configurations/prod.json +++ b/infrastructure/modules/app_config/configurations/prod.json @@ -26,6 +26,9 @@ }, "documentCorrectEnabled": { "name": "documentCorrectEnabled" + }, + "userRestrictionEnabled": { + "name": "userRestrictionEnabled" } }, "values": { @@ -55,6 +58,9 @@ }, "documentCorrectEnabled": { "enabled": "false" + }, + "userRestrictionEnabled": { + "enabled": "false" } }, "version": "1" diff --git a/infrastructure/modules/app_config/configurations/sandbox.json b/infrastructure/modules/app_config/configurations/sandbox.json index 6b0021a7..10760dd4 100644 --- a/infrastructure/modules/app_config/configurations/sandbox.json +++ b/infrastructure/modules/app_config/configurations/sandbox.json @@ -26,6 +26,9 @@ }, "documentCorrectEnabled": { "name": "documentCorrectEnabled" + }, + "userRestrictionEnabled": { + "name": "userRestrictionEnabled" } }, "values": { @@ -55,6 +58,9 @@ }, "documentCorrectEnabled": { "enabled": "true" + }, + "userRestrictionEnabled": { + "enabled": "true" } }, "version": "1"