diff options
author | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-10 07:09:16 +0200 |
---|---|---|
committer | Cédric Bonhomme <cedric@cedricbonhomme.org> | 2016-10-10 07:09:16 +0200 |
commit | c707648658078c6de0f678fa2e0996bf218b9eea (patch) | |
tree | 364930007431a2cabf4cef2b493ff4c0e2531dd8 /src | |
parent | removed the tag cloud for the public profile page: too slow (diff) | |
download | newspipe-c707648658078c6de0f678fa2e0996bf218b9eea.tar.gz newspipe-c707648658078c6de0f678fa2e0996bf218b9eea.tar.bz2 newspipe-c707648658078c6de0f678fa2e0996bf218b9eea.zip |
updated platform URL
Diffstat (limited to 'src')
-rw-r--r-- | src/conf.py | 2 |
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", |