Default is now PuSH disabled

This commit is contained in:
Michele Azzolari 2012-01-11 16:11:23 +01:00
parent 5b1a7bae3c
commit f502a89b6d

View 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")