Configure MediaGoblin

From GNU MediaGoblin Wiki
Revision as of 23:21, 3 August 2011 by Cwebber (talk | contribs) (Created page with "= The config files = So basically there are two config files (and one meta-config file). * '''mediagoblin.ini:''' Use this to configure MediaGoblin, the application. Want to u...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The config files

So basically there are two config files (and one meta-config file).

  • mediagoblin.ini: Use this to configure MediaGoblin, the application. Want to use a different storage system? Configure it here!
  • paste.ini: This just actually configures the web server that launches the MediaGoblin application, and some other things (like actually sets up the applications that serve your static files).

And then there's the meta-config file:

  • mediagoblin/config_spec.ini: This sets the defaults for config file options and the type conversion for things in mediagoblin.ini. Developers who add new config options should probably register them and their types here (and set some good defaults, if applicable).

Changing config files

So you want to