diff options
-rw-r--r-- | mediagoblin.ini | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/mediagoblin.ini b/mediagoblin.ini index 66c9c77c..bed69737 100644 --- a/mediagoblin.ini +++ b/mediagoblin.ini @@ -1,9 +1,9 @@ -# 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. :) - # 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/ |