Skip to content

Commit

Permalink
Add: ALERTS_API_BASE_URL: alerts_api_base_url_key
Browse files Browse the repository at this point in the history
  • Loading branch information
tobyprivett committed Oct 24, 2024
1 parent c31b3e4 commit a1858aa
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@
"description": "Name of the storage bucket to use on AWS S3",
"required": true
},
"ALERTS_API_BASE_URL": {
"description": "Base URL for Alerts API",
"required": true
},
"NOMIS_SITE_FOR_API": {
"description": "Base URL for NOMIS API",
"required": true
Expand Down
1 change: 1 addition & 0 deletions helm_deploy/values-preprod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ generic-service:
NOMIS_API_PATH_PREFIX: nomis_api_path_prefix_key
NOMIS_PRISON_API_PATH_PREFIX: nomis_prison_api_path_prefix_key
NOMIS_AUTH_PATH_PREFIX: nomis_auth_path_prefix_key
ALERTS_API_BASE_URL: alerts_api_base_url_key
SENTRY_DSN: sentry_dsn_key
CORS_ALLOWED_ORIGINS: cors_allowed_origins_key
ENCRYPTOR_SALT: encryptor_salt
Expand Down
1 change: 1 addition & 0 deletions helm_deploy/values-production.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ generic-service:
NOMIS_API_PATH_PREFIX: nomis_api_path_prefix_key
NOMIS_PRISON_API_PATH_PREFIX: nomis_prison_api_path_prefix_key
NOMIS_AUTH_PATH_PREFIX: nomis_auth_path_prefix_key
ALERTS_API_BASE_URL: alerts_api_base_url_key
SENTRY_DSN: sentry_dsn_key
CORS_ALLOWED_ORIGINS: cors_allowed_origins_key
PER_QUALITY_REPORT_RECIPIENTS: per_quality_report_recipients
Expand Down
1 change: 1 addition & 0 deletions helm_deploy/values-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ generic-service:
NOMIS_AUTH_SCHEME: nomis_auth_scheme_key
NOMIS_API_PATH_PREFIX: nomis_api_path_prefix_key
NOMIS_PRISON_API_PATH_PREFIX: nomis_prison_api_path_prefix_key
ALERTS_API_BASE_URL: alerts_api_base_url_key
NOMIS_AUTH_PATH_PREFIX: nomis_auth_path_prefix_key
SENTRY_DSN: sentry_dsn_key
CORS_ALLOWED_ORIGINS: cors_allowed_origins_key
Expand Down
1 change: 1 addition & 0 deletions helm_deploy/values-uat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ generic-service:
NOMIS_API_PATH_PREFIX: nomis_api_path_prefix_key
NOMIS_PRISON_API_PATH_PREFIX: nomis_prison_api_path_prefix_key
NOMIS_AUTH_PATH_PREFIX: nomis_auth_path_prefix_key
ALERTS_API_BASE_URL: alerts_api_base_url_key
SENTRY_DSN: sentry_dsn_key
CORS_ALLOWED_ORIGINS: cors_allowed_origins_key
ENCRYPTOR_SALT: encryptor_salt
Expand Down

0 comments on commit a1858aa

Please sign in to comment.