As per spec, we permit to have more then 1 hub
[mediagoblin.git] / mediagoblin / config_spec.ini
index 226356d9682ec8f89e4f1e34ae53d51347f9a825..dc286a2719ead06d04fedca5686f1cf8bda58b63 100644 (file)
@@ -51,8 +51,7 @@ 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_urls = string_list(default=list())
 
 [storage:publicstore]
 storage_class = string(default="mediagoblin.storage.filestorage:BasicFileStorage")