aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin.ini
diff options
context:
space:
mode:
authorJessica Tallon <jessica@megworld.co.uk>2014-09-19 14:15:11 +0100
committerJessica Tallon <jessica@megworld.co.uk>2014-09-29 09:04:04 +0100
commit11f0e2f89bade7f3d38665968adf478c3b039c5d (patch)
treecef9f674b3aec7266ee44287a34dd324fcfcf36c /mediagoblin.ini
parent98cbe47fb3243dc4d500a1ce1d93240f200e6f0c (diff)
downloadmediagoblin-11f0e2f89bade7f3d38665968adf478c3b039c5d.tar.lz
mediagoblin-11f0e2f89bade7f3d38665968adf478c3b039c5d.tar.xz
mediagoblin-11f0e2f89bade7f3d38665968adf478c3b039c5d.zip
Add documentation on changing data dir and Fix stylistic changes
Diffstat (limited to 'mediagoblin.ini')
-rw-r--r--mediagoblin.ini5
1 files changed, 5 insertions, 0 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini
index de4d2c85..7899d7ca 100644
--- a/mediagoblin.ini
+++ b/mediagoblin.ini
@@ -5,6 +5,11 @@
# It defines types and defaults so it’s a good place to look for documentation
# or to find hidden options that we didn’t tell you about. :)
+# To chnange the directory you should make sure you change the
+# directory in paste.ini and/or your webserver configuration.
+#[DEFAULT]
+# data_basedir = "/path/to/data/directory"
+
[mediagoblin]
direct_remote_path = /mgoblin_static/
email_sender_address = "notice@mediagoblin.example.org"