From 87000e3b1d9f58b2ef0e9013795da9f6ed81d898 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Mon, 27 Oct 2014 12:42:46 -0200 Subject: [PATCH] Make initial config work out of the box for development --- colab/management/initconfig.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/colab/management/initconfig.py b/colab/management/initconfig.py index bb78484..92252ab 100644 --- a/colab/management/initconfig.py +++ b/colab/management/initconfig.py @@ -28,13 +28,15 @@ EMAIL_SUBJECT_PREFIX: '[colab]' SECRET_KEY: '{secret_key}' -SITE_URL: 'http://www.example.com/' +SITE_URL: 'http://localhost:8000/' BROWSERID_AUDIENCES: + - http://localhost:8000 - http://example.com - https://example.org - http://example.net ALLOWED_HOSTS: + - localhost - example.com - example.org - example.net -- libgit2 0.21.2