Default is now PuSH disabled
authorMichele Azzolari <macno@macno.org>
Wed, 11 Jan 2012 15:11:23 +0000 (16:11 +0100)
committerMichele Azzolari <macno@macno.org>
Wed, 11 Jan 2012 15:11:23 +0000 (16:11 +0100)
mediagoblin/config_spec.ini

index 226356d9682ec8f89e4f1e34ae53d51347f9a825..d692f2057bb951b43b89fb86c8bfa83952de9e51 100644 (file)
@@ -51,8 +51,8 @@ allow_attachments = boolean(default=False)
 csrf_cookie_name = string(default='mediagoblin_csrftoken')
 
 # Push stuff
-push_enabled = boolean(default=True)
-push_url = string(default='https://pubsubhubbub.appspot.com/')
+push_enabled = boolean(default=False)
+push_url = string(default='')
 
 [storage:publicstore]
 storage_class = string(default="mediagoblin.storage.filestorage:BasicFileStorage")