Skip to content

Commit

Permalink
reverting the changes made for UAT
Browse files Browse the repository at this point in the history
  • Loading branch information
SeemaMenon committed Dec 9, 2024
1 parent 59cddd0 commit 3c88e90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ services:
ALLOW_MERIS_LPAS: "false"
INSTRUCTIONS_AND_PREFERENCES: "true"
ALLOW_GOV_ONE_LOGIN: "true"
SUPPORT_DATASTORE_LPAS: "true"
SUPPORT_DATASTORE_LPAS: "false"

# Local only
API_SERVICE_URL:
Expand Down
4 changes: 2 additions & 2 deletions terraform/environment/terraform.tfvars.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
"allow_meris_lpas": false,
"instructions_and_preferences": true,
"allow_gov_one_login": true,
"support_datastore_lpas": true
"support_datastore_lpas": false
},
"dynamodb_tables": {
"actor_codes": {
Expand Down Expand Up @@ -161,7 +161,7 @@
"allow_meris_lpas": false,
"instructions_and_preferences": true,
"allow_gov_one_login": false,
"support_datastore_lpas": true
"support_datastore_lpas": false
},
"dynamodb_tables": {
"actor_codes": {
Expand Down

0 comments on commit 3c88e90

Please sign in to comment.