Configure MediaGoblin
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