Rename environments for consistency

- dev is local laptop
- unstable (or sandbox) is latest cut of main (or for experiments)
- staging is stable tagged releases
This commit is contained in:
Seamus Johnston 2022-08-18 14:54:14 -05:00
parent e45da58a4a
commit 8ec4d40b6a
No known key found for this signature in database
GPG key ID: 2F21225985069105
5 changed files with 18 additions and 19 deletions

View file

@ -44,7 +44,7 @@ DEBUG = env.bool("DJANGO_DEBUG", default=False)
# TODO: configure and document security settings
ALLOWED_HOSTS = [
'getgov-dev.app.cloud.gov',
'getgov-unstable.app.cloud.gov',
'get.gov'
]
ALLOWED_CIDR_NETS = ['10.0.0.0/8'] # nosec