Reminding people they need to run gmg assetlink and that there's a default theme
[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.
3
8d808c1f 4[mediagoblin]
8d808c1f
CAW
5direct_remote_path = /mgoblin_static/
6email_sender_address = "notice@mediagoblin.example.org"
7
a45631e3
E
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
8d808c1f
CAW
12# set to false to enable sending notices
13email_debug_mode = true
14
13677ef9
RL
15# Set to false to disable registrations
16allow_registration = true
17
cfa96da7
CAW
18## Uncomment this to turn on video or enable other media types
19# media_types = mediagoblin.media_types.image, mediagoblin.media_types.video
20
8d808c1f 21## Uncomment this to put some user-overriding templates here
0d896a8d
CAW
22# local_templates = %(here)s/user_dev/templates/
23
a53aa605
CAW
24## You can set your theme by specifying this (not specifying it will
25## use the default theme). Please see the theming docs on how to
26## install and enable themes. (The airy theme comes built in, though
27## you'll still need to run `gmg theme assetlink` to enable it after
28## uncommenting this.)
0d896a8d 29# theme = airy
8d808c1f 30
ed797069
E
31[storage:queuestore]
32base_dir = %(here)s/user_dev/media/queue
33
34[storage:publicstore]
35base_dir = %(here)s/user_dev/media/public
36base_url = /mgoblin_media/
37
8d808c1f
CAW
38[celery]
39# Put celery stuff here
29b6f917
WKG
40
41# place plugins here---each in their own subsection of [plugins]. see
42# documentation for details.
2a9f519b 43[plugins]