mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-08-01 23:42:17 +02:00
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:
parent
e45da58a4a
commit
8ec4d40b6a
5 changed files with 18 additions and 19 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue