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