From 898146cfa0a37d04e8f123eb9fba182be099ee2b Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 27 Oct 2014 16:28:09 -0200 Subject: [PATCH] Commented out example.com domains from settings --- colab/management/initconfig.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/colab/management/initconfig.py b/colab/management/initconfig.py index 92252ab..dcb481b 100644 --- a/colab/management/initconfig.py +++ b/colab/management/initconfig.py @@ -31,15 +31,15 @@ SECRET_KEY: '{secret_key}' SITE_URL: 'http://localhost:8000/' BROWSERID_AUDIENCES: - http://localhost:8000 - - http://example.com - - https://example.org - - http://example.net +# - http://example.com +# - https://example.org +# - http://example.net ALLOWED_HOSTS: - localhost - - example.com - - example.org - - example.net +# - example.com +# - example.org +# - example.net ### Uncomment to enable Converse.js # CONVERSEJS_ENABLED: True -- libgit2 0.21.2