Commit 898146cfa0a37d04e8f123eb9fba182be099ee2b

Authored by Sergio Oliveira
1 parent 87000e3b

Commented out example.com domains from settings

Showing 1 changed file with 6 additions and 6 deletions   Show diff stats
colab/management/initconfig.py
... ... @@ -31,15 +31,15 @@ SECRET_KEY: '{secret_key}'
31 31 SITE_URL: 'http://localhost:8000/'
32 32 BROWSERID_AUDIENCES:
33 33 - http://localhost:8000
34   - - http://example.com
35   - - https://example.org
36   - - http://example.net
  34 +# - http://example.com
  35 +# - https://example.org
  36 +# - http://example.net
37 37  
38 38 ALLOWED_HOSTS:
39 39 - localhost
40   - - example.com
41   - - example.org
42   - - example.net
  40 +# - example.com
  41 +# - example.org
  42 +# - example.net
43 43  
44 44 ### Uncomment to enable Converse.js
45 45 # CONVERSEJS_ENABLED: True
... ...