Skip to content

Commit

Permalink
Merge pull request #331 from ODM2/hotfix-server-settings
Browse files Browse the repository at this point in the history
Updating settings file configuration
  • Loading branch information
jcaraballo17 authored Nov 2, 2018
2 parents 2079642 + 5a2334a commit 7b8b236
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/WebSDL/settings/linux_sandbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
if "host" in data:
ALLOWED_HOSTS.append(data["host"])
if "host_alt" in data:
ALLOWED_HOSTS.append(data["host_alt"])
ALLOWED_HOSTS.extend(data["host_alt"])
if "host_staging" in data:
ALLOWED_HOSTS.append(data["host_staging"])

Expand Down

0 comments on commit 7b8b236

Please sign in to comment.