Merge pull request #3105 from alphagov/rename-bt-ee

Rename bt-ee-proxy to ee-proxy
This commit is contained in:
Katie Smith
2021-01-27 17:05:26 +00:00
committed by GitHub
2 changed files with 16 additions and 16 deletions

View File

@@ -174,8 +174,8 @@ class CBCProxyCanary(CBCProxyClientBase):
class CBCProxyEE(CBCProxyClientBase):
lambda_name = 'bt-ee-1-proxy'
failover_lambda_name = 'bt-ee-2-proxy'
lambda_name = 'ee-1-proxy'
failover_lambda_name = 'ee-2-proxy'
LANGUAGE_ENGLISH = 'en-GB'
LANGUAGE_WELSH = 'cy-GB'