Skip to content

Commit

Permalink
Merge branch '3.6-develop' of github.com:nest/nest-simulator into 3.6…
Browse files Browse the repository at this point in the history
…-develop
  • Loading branch information
terhorstd committed Sep 25, 2023
2 parents 9f48e8d + a326891 commit 057b809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pynest/nest/server/hl_api_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def get_boolean_environ(env_key, default_value="false"):
return env_value.lower() in ["yes", "true", "t", "1"]


_default_origins = "http://localhost"
_default_origins = "http://localhost:*"
ACCESS_TOKEN = os.environ.get("NEST_SERVER_ACCESS_TOKEN", "")
AUTH_DISABLED = get_boolean_environ("NEST_SERVER_DISABLE_AUTH")
CORS_ORIGINS = os.environ.get("NEST_SERVER_CORS_ORIGINS", _default_origins).split(",")
Expand Down

0 comments on commit 057b809

Please sign in to comment.