aboutsummaryrefslogtreecommitdiff
path: root/src/conf.py
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 07:09:16 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2016-10-10 07:09:16 +0200
commitc707648658078c6de0f678fa2e0996bf218b9eea (patch)
tree364930007431a2cabf4cef2b493ff4c0e2531dd8 /src/conf.py
parentremoved the tag cloud for the public profile page: too slow (diff)
downloadnewspipe-c707648658078c6de0f678fa2e0996bf218b9eea.tar.gz
newspipe-c707648658078c6de0f678fa2e0996bf218b9eea.tar.bz2
newspipe-c707648658078c6de0f678fa2e0996bf218b9eea.zip
updated platform URL
Diffstat (limited to 'src/conf.py')
-rw-r--r--src/conf.py2
1 files changed, 1 insertions, 1 deletions
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",
bgstack15