Merge pull request #4208 from alphagov/add-internal-routes

Add internal routes
This commit is contained in:
Sakis
2022-04-13 08:54:15 +01:00
committed by GitHub

View File

@@ -1,9 +1,9 @@
{%- set apps = {
'notify-admin': {
'routes': {
'preview': ['www.notify.works'],
'staging': ['www.staging-notify.works'],
'production': ['www.notifications.service.gov.uk'],
'preview': ['www.notify.works', 'notify-admin-preview.apps.internal'],
'staging': ['www.staging-notify.works', 'notify-admin-staging.apps.internal'],
'production': ['www.notifications.service.gov.uk', 'notify-admin-production.apps.internal'],
}
},
'notify-admin-prototype': {},