Skip to content

Commit

Permalink
update env name and rails env
Browse files Browse the repository at this point in the history
  • Loading branch information
AbigailMcP committed May 16, 2024
1 parent 3f5f486 commit 2c64c21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions terraform/application/config/review_app_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ DQT_SUBSCRIPTION_KEY: 09876432

ADMIN_ALLOWED_IPS: ::1,127.0.0.1

ENVIRONMENT_NAME: test
ENVIRONMENT_NAME: review

RAILS_ENV: test
RAILS_ENV: production

ORDNANCE_SURVEY_API_BASE_URL: https://api.os.uk
# ORDNANCE_SURVEY_CLIENT_PARAMS: { "key": "api-key-value" }
Expand Down

0 comments on commit 2c64c21

Please sign in to comment.