Switch several functions over to using the new callable_run* tools!
[mediagoblin.git] / mediagoblin.ini
CommitLineData
daed11b8
E
1# If you want to make changes to this file, first copy it to
2# mediagoblin_local.ini, then make the changes there.
76b399a3
CAW
3#
4# If you don't see what you need here, have a look at mediagoblin/config_spec.ini
5# It defines types and defaults so it’s a good place to look for documentation
6# or to find hidden options that we didn’t tell you about. :)
daed11b8 7
8d808c1f 8[mediagoblin]
8d808c1f
CAW
9direct_remote_path = /mgoblin_static/
10email_sender_address = "notice@mediagoblin.example.org"
11
a45631e3
E
12## Uncomment and change to your DB's appropiate setting.
13## Default is a local sqlite db "mediagoblin.db".
14# sql_engine = postgresql:///gmg
15
8d808c1f
CAW
16# set to false to enable sending notices
17email_debug_mode = true
18
13677ef9
RL
19# Set to false to disable registrations
20allow_registration = true
21
cfa96da7
CAW
22## Uncomment this to turn on video or enable other media types
23# media_types = mediagoblin.media_types.image, mediagoblin.media_types.video
24
8d808c1f 25## Uncomment this to put some user-overriding templates here
0d896a8d
CAW
26# local_templates = %(here)s/user_dev/templates/
27
a53aa605 28## You can set your theme by specifying this (not specifying it will
c1501724
CAW
29## use the default theme). Run `gmg theme assetlink` to apply the change.
30## The airy theme comes with GMG; please see the theming docs on how to
31## install other themes.
0d896a8d 32# theme = airy
8d808c1f 33
ed797069
E
34[storage:queuestore]
35base_dir = %(here)s/user_dev/media/queue
36
37[storage:publicstore]
38base_dir = %(here)s/user_dev/media/public
39base_url = /mgoblin_media/
40
8d808c1f
CAW
41[celery]
42# Put celery stuff here
29b6f917
WKG
43
44# place plugins here---each in their own subsection of [plugins]. see
45# documentation for details.
2a9f519b 46[plugins]
e9c3384b 47[[mediagoblin.plugins.geolocation]]