mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 11:23:48 -05:00
Merge pull request #4208 from alphagov/add-internal-routes
Add internal routes
This commit is contained in:
@@ -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': {},
|
||||
|
||||
Reference in New Issue
Block a user