Patch by pythonsnake. Make mediagoblin.ini comments more helpful.
This commit is contained in:
parent
0f231966b3
commit
7bfb3ae829
@ -11,16 +11,17 @@ email_sender_address = "notice@mediagoblin.example.org"
|
|||||||
|
|
||||||
## Uncomment and change to your DB's appropiate setting.
|
## Uncomment and change to your DB's appropiate setting.
|
||||||
## Default is a local sqlite db "mediagoblin.db".
|
## Default is a local sqlite db "mediagoblin.db".
|
||||||
|
## Don't forget to run `./bin/gmg dbupdate` after having changed it.
|
||||||
# sql_engine = postgresql:///mediagoblin
|
# sql_engine = postgresql:///mediagoblin
|
||||||
|
|
||||||
# set to false to enable sending notices
|
# Set to false to enable sending notices
|
||||||
email_debug_mode = true
|
email_debug_mode = true
|
||||||
|
|
||||||
# Set to false to disable registrations
|
# Set to false to disable registrations
|
||||||
allow_registration = true
|
allow_registration = true
|
||||||
|
|
||||||
## Uncomment this to turn on video or enable other media types
|
## Uncomment this to turn on video or enable other media types
|
||||||
## You may have to install dependencies, and will have to run ./bin/gmg dbupdate
|
## You may have to install dependencies, and will have to run `./bin/gmg dbupdate`
|
||||||
## See http://docs.mediagoblin.org/siteadmin/media-types.html for details.
|
## See http://docs.mediagoblin.org/siteadmin/media-types.html for details.
|
||||||
# media_types = mediagoblin.media_types.image, mediagoblin.media_types.video
|
# media_types = mediagoblin.media_types.image, mediagoblin.media_types.video
|
||||||
|
|
||||||
@ -43,8 +44,8 @@ base_url = /mgoblin_media/
|
|||||||
[celery]
|
[celery]
|
||||||
# Put celery stuff here
|
# Put celery stuff here
|
||||||
|
|
||||||
# place plugins here---each in their own subsection of [plugins]. see
|
# Place plugins here, each in their own subsection of [plugins].
|
||||||
# documentation for details.
|
# See http://docs.mediagoblin.org/siteadmin/plugins.html for details.
|
||||||
[plugins]
|
[plugins]
|
||||||
[[mediagoblin.plugins.geolocation]]
|
[[mediagoblin.plugins.geolocation]]
|
||||||
[[mediagoblin.plugins.basic_auth]]
|
[[mediagoblin.plugins.basic_auth]]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user