Skip to content

Commit

Permalink
Update dpcreator_specs_01.py
Browse files Browse the repository at this point in the history
  • Loading branch information
raprasad committed Aug 21, 2023
1 parent 111dbf7 commit a12d55d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy/k8s_maker/dpcreator_specs_01.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@
#
dpcreator_startup_script_filename="azure_dev.dpcreator.org.sh",
#
ALLOWED_HOSTS="40.85.170.176,dev.dpcreator.org,127.0.0.1,0.0.0.0", # Django setting
xALLOWED_HOSTS="40.85.170.176,dev.dpcreator.org,127.0.0.1,0.0.0.0", # Django setting
ALLOWED_HOSTS="dev.dpcreator.org", # Django setting
TRUSTED_ORIGINS="https://dev.dpcreator.org", # Django setting
# This loadBalancerIP should also appear in ALLOWED_HOSTS
loadBalancerIP="40.85.170.176", # k8s LoadBalancer.
Expand Down

0 comments on commit a12d55d

Please sign in to comment.