From c707648658078c6de0f678fa2e0996bf218b9eea Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 10 Oct 2016 07:09:16 +0200 Subject: updated platform URL --- src/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf.py') diff --git a/src/conf.py b/src/conf.py index 7c573e94..a5b86608 100644 --- a/src/conf.py +++ b/src/conf.py @@ -23,7 +23,7 @@ TIME_ZONE = { } ON_HEROKU = int(os.environ.get('HEROKU', 0)) == 1 -DEFAULTS = {"platform_url": "https://jarr.herokuapp.com/", +DEFAULTS = {"platform_url": "http://www.newspipe.org", "self_registration": "false", "cdn_address": "", "admin_email": "root@jarr.localhost", -- cgit