]> info9.net Git - wiki.git/blob - tmarble/posts/Setting_Up_MediaGoblin/srv/mediagoblin/mediagoblin_local.ini
Copy over old blog
[wiki.git] / tmarble / posts / Setting_Up_MediaGoblin / srv / mediagoblin / mediagoblin_local.ini
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]
5 direct_remote_path = /mgoblin_static/
6 email_sender_address = "webmaster@info9.net"
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
13 email_debug_mode = false
14
15 # Set to false to disable registrations
16 # allow_registration = true
17 allow_registration = false
18
19 ## Uncomment this to turn on video or enable other media types
20 media_types = mediagoblin.media_types.image, mediagoblin.media_types.video
21
22 ## Uncomment this to put some user-overriding templates here
23 # local_templates = %(here)s/user_dev/templates/
24
25 ## You can set your theme by specifying this (not specifying it will
26 ## use the default theme).  Run `gmg theme assetlink` to apply the change.
27 ## The airy theme comes with GMG; please see the theming docs on how to
28 ## install other themes.
29 # theme = airy
30
31 [storage:queuestore]
32 base_dir = %(here)s/user_dev/media/queue
33
34 [storage:publicstore]
35 base_dir = %(here)s/user_dev/media/public
36 base_url = /mgoblin_media/
37
38 [celery]
39 # Put celery stuff here
40
41 # place plugins here---each in their own subsection of [plugins]. see
42 # documentation for details.
43 [plugins]