Skip to content

Commit

Permalink
EREGCSC-update-allowed-hosts (#993)
Browse files Browse the repository at this point in the history
  • Loading branch information
peggles2 authored Oct 13, 2023
1 parent bdd4330 commit 06569c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solution/backend/cmcs_regulations/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
SECRET_KEY = os.environ.get("SECRET_KEY", 'django-insecure-u!&%t$qxa23zn1f*-+4pngd(p=nl_m3()+v839+fa=06y9(*)n')


ALLOWED_HOSTS = [os.environ.get('ALLOWED_HOST'), 'localhost', 'regulations-pilot.cms.gov']
ALLOWED_HOSTS = [os.environ.get('ALLOWED_HOST'), 'localhost', 'regulations-pilot.cms.gov', 'eregultions.cms.gov']

# Application definition

Expand Down

0 comments on commit 06569c6

Please sign in to comment.