Only log output and write progress to db if it has changed
[mediagoblin.git] / mediagoblin.ini
... / ...
CommitLineData
1# If you want to make changes to this file, first copy it to
2# mediagoblin_local.ini, then make the changes there.
3
4[mediagoblin]
5direct_remote_path = /mgoblin_static/
6email_sender_address = "notice@mediagoblin.example.org"
7
8## Uncomment and change to your DB's appropiate setting.
9## Default is a local sqlite db "mediagoblin.db".
10# sql_engine = postgresql:///gmg
11
12# set to false to enable sending notices
13email_debug_mode = true
14
15# Set to false to disable registrations
16allow_registration = true
17
18## Uncomment this to turn on video or enable other media types
19# media_types = mediagoblin.media_types.image, mediagoblin.media_types.video
20
21## Uncomment this to put some user-overriding templates here
22# local_templates = %(here)s/user_dev/templates/
23
24## You can set your theme by specifying this (not specifying it will
25## use the default theme). Run `gmg theme assetlink` to apply the change.
26## The airy theme comes with GMG; please see the theming docs on how to
27## install other themes.
28# theme = airy
29
30# Should geotagged images be displayed with a map of the location?
31geolocation_map_visible = true
32
33[storage:queuestore]
34base_dir = %(here)s/user_dev/media/queue
35
36[storage:publicstore]
37base_dir = %(here)s/user_dev/media/public
38base_url = /mgoblin_media/
39
40[celery]
41# Put celery stuff here
42
43# place plugins here---each in their own subsection of [plugins]. see
44# documentation for details.
45[plugins]