aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin.example.ini
Commit message (Collapse)AuthorAgeFilesLines
* Mention some additional default settings in the config [#5618].Olivier Mehani2021-03-081-0/+11
| | | | Signed-off-by: Ben Sturmfels <ben@sturm.com.au>
* included plugin from previous commit to mediagoblin.iniBoris Bobrov2016-02-011-0/+1
|
* Issue #815: Replace two non-ASCII curly single quotes with straight quotes.Ben Sturmfels2015-08-251-2/+2
| | | | | | | I don't think there's necessarily anything wrong with using non-ASCII characters, since UTF-8 is basically the de facto standard. There's no reason to mix a small number of curly quotes into a configuration file though, so I've replaced them for consistency.
* Change the suggested data_basedir, and fix a typoChristopher Allan Webber2014-12-011-3/+4
| | | | This commit sponsored by Raimund Sacherer. Thank you!
* Users now get an editable copy of mediagoblin.example.ini->mediagoblin.iniChristopher Allan Webber2014-10-101-0/+59
This way we no longer have people confusedly editing mediagoblin.ini when they meant to edit mediagoblin.example.ini. Hopefully it should be a lot simpler.