Commit c87dde93 by Tim Babych

added ALLOWED_HOSTS

parent 66d14086
...@@ -12,6 +12,7 @@ TIME_ZONE = 'UTC' ...@@ -12,6 +12,7 @@ TIME_ZONE = 'UTC'
# This value needs to be overriden in production. # This value needs to be overriden in production.
SECRET_KEY = '*^owi*4%!%9=#h@app!l^$jz8(c*q297^)4&4yn^#_m#fq=z#l' SECRET_KEY = '*^owi*4%!%9=#h@app!l^$jz8(c*q297^)4&4yn^#_m#fq=z#l'
ALLOWED_HOSTS = ['localhost','*.edx.org']
# ID and Secret used for authenticating JWT Auth Tokens # ID and Secret used for authenticating JWT Auth Tokens
# should match those configured for `edx-notes` Client in EdX's /admin/oauth2/client/ # should match those configured for `edx-notes` Client in EdX's /admin/oauth2/client/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment