Fix EXIF rotation to make the image portrait on demand
[mediagoblin.git] / mediagoblin.example.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
bfbd0900
BS
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
6740d034 8# To change the directory you should make sure you change the
11f0e2f8 9# directory in paste.ini and/or your webserver configuration.
6740d034
CAW
10#
11# [DEFAULT]
12# data_basedir = "/var/lib/mediagoblin"
11f0e2f8 13
8d808c1f 14[mediagoblin]
8d808c1f
CAW
15direct_remote_path = /mgoblin_static/
16email_sender_address = "notice@mediagoblin.example.org"
17
a45631e3
E
18## Uncomment and change to your DB's appropiate setting.
19## Default is a local sqlite db "mediagoblin.db".
7bfb3ae8 20## Don't forget to run `./bin/gmg dbupdate` after having changed it.
81455474 21# sql_engine = postgresql:///mediagoblin
a45631e3 22
7bfb3ae8 23# Set to false to enable sending notices
8d808c1f
CAW
24email_debug_mode = true
25
13677ef9
RL
26# Set to false to disable registrations
27allow_registration = true
28
6483b370 29# Set to false to disable the ability for users to report offensive content
30allow_reporting = true
31
8d808c1f 32## Uncomment this to put some user-overriding templates here
98cbe47f 33# local_templates = %(data_basedir)s/templates/
0d896a8d 34
a53aa605 35## You can set your theme by specifying this (not specifying it will
59ff4790
JT
36## use the default theme). Run `gmg assetlink` to apply the change.
37## The airy and sandyseventiesspeedboat theme comes with GMG; please
38## see the theming docs on how to install other themes.
0d896a8d 39# theme = airy
8d808c1f 40
732ebe0c
CAW
41## If you want the terms of service displayed, you can uncomment this
42# show_tos = true
e5c4f678 43
f59d8bbe 44user_privilege_scheme = "uploader,commenter,reporter"
ed797069 45[storage:queuestore]
98cbe47f 46base_dir = %(data_basedir)s/media/queue
ed797069
E
47
48[storage:publicstore]
98cbe47f 49base_dir = %(data_basedir)s/media/public
ed797069
E
50base_url = /mgoblin_media/
51
8d808c1f
CAW
52[celery]
53# Put celery stuff here
29b6f917 54
7bfb3ae8
RE
55# Place plugins here, each in their own subsection of [plugins].
56# See http://docs.mediagoblin.org/siteadmin/plugins.html for details.
2a9f519b 57[plugins]
e9c3384b 58[[mediagoblin.plugins.geolocation]]
d93cd268 59[[mediagoblin.plugins.basic_auth]]
be9262b4 60[[mediagoblin.plugins.processing_info]]
e6991972 61[[mediagoblin.media_types.image]]