Make consistent quotation marks when referring to button labels
[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".
7bfb3ae8 14## Don't forget to run `./bin/gmg dbupdate` after having changed it.
81455474 15# sql_engine = postgresql:///mediagoblin
a45631e3 16
7bfb3ae8 17# Set to false to enable sending notices
8d808c1f
CAW
18email_debug_mode = true
19
13677ef9
RL
20# Set to false to disable registrations
21allow_registration = true
22
6483b370 23# Set to false to disable the ability for users to report offensive content
24allow_reporting = true
25
0679545f
JT
26# Frequency garbage collection will run (setting to 0 or false to disable)
27# Setting units are minutes.
28garbage_collection = 60
29
8d808c1f 30## Uncomment this to put some user-overriding templates here
0d896a8d
CAW
31# local_templates = %(here)s/user_dev/templates/
32
a53aa605 33## You can set your theme by specifying this (not specifying it will
59ff4790
JT
34## use the default theme). Run `gmg assetlink` to apply the change.
35## The airy and sandyseventiesspeedboat theme comes with GMG; please
36## see the theming docs on how to install other themes.
0d896a8d 37# theme = airy
8d808c1f 38
732ebe0c
CAW
39## If you want the terms of service displayed, you can uncomment this
40# show_tos = true
e5c4f678 41
f59d8bbe 42user_privilege_scheme = "uploader,commenter,reporter"
ed797069
E
43[storage:queuestore]
44base_dir = %(here)s/user_dev/media/queue
45
46[storage:publicstore]
47base_dir = %(here)s/user_dev/media/public
48base_url = /mgoblin_media/
49
8d808c1f
CAW
50[celery]
51# Put celery stuff here
29b6f917 52
7bfb3ae8
RE
53# Place plugins here, each in their own subsection of [plugins].
54# See http://docs.mediagoblin.org/siteadmin/plugins.html for details.
2a9f519b 55[plugins]
e9c3384b 56[[mediagoblin.plugins.geolocation]]
d93cd268 57[[mediagoblin.plugins.basic_auth]]
e6991972 58[[mediagoblin.media_types.image]]