Default is now PuSH disabled
This commit is contained in:
parent
5b1a7bae3c
commit
f502a89b6d
@ -51,8 +51,8 @@ allow_attachments = boolean(default=False)
|
|||||||
csrf_cookie_name = string(default='mediagoblin_csrftoken')
|
csrf_cookie_name = string(default='mediagoblin_csrftoken')
|
||||||
|
|
||||||
# Push stuff
|
# Push stuff
|
||||||
push_enabled = boolean(default=True)
|
push_enabled = boolean(default=False)
|
||||||
push_url = string(default='https://pubsubhubbub.appspot.com/')
|
push_url = string(default='')
|
||||||
|
|
||||||
[storage:publicstore]
|
[storage:publicstore]
|
||||||
storage_class = string(default="mediagoblin.storage.filestorage:BasicFileStorage")
|
storage_class = string(default="mediagoblin.storage.filestorage:BasicFileStorage")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user