diff options
author | Jef van Schendel <mail@jefvanschendel.nl> | 2013-02-24 20:54:10 +0100 |
---|---|---|
committer | Jef van Schendel <mail@jefvanschendel.nl> | 2013-02-24 20:54:10 +0100 |
commit | 42a8de4932df3e2de4c2e1e49ee72bb5af44c263 (patch) | |
tree | 340426bb22a44baf8847c028265f9c3957679d60 | |
parent | fe253e31b33b82e2c6a6d17955945f698a59221d (diff) | |
parent | 76b399a3ef5ca844c0c6d1f288cf6f0030603093 (diff) | |
download | mediagoblin-42a8de4932df3e2de4c2e1e49ee72bb5af44c263.tar.lz mediagoblin-42a8de4932df3e2de4c2e1e49ee72bb5af44c263.tar.xz mediagoblin-42a8de4932df3e2de4c2e1e49ee72bb5af44c263.zip |
Merge branch 'master' of gitorious.org:mediagoblin/mediagoblin
-rw-r--r-- | mediagoblin.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index 6325c8e0..bed69737 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -1,5 +1,9 @@ # If you want to make changes to this file, first copy it to # mediagoblin_local.ini, then make the changes there. +# +# If you don't see what you need here, have a look at mediagoblin/config_spec.ini +# 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. :) [mediagoblin] direct_remote_path = /mgoblin_static/ |