aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin.example.ini
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Disable registrations by default due to spam."Ben Sturmfels2021-09-121-3/+2
| | | | | | | Turns out this breaks tests. Will attempt again when I have time to deal with the tests. This reverts commit 120f144f0eb014e694a584a627c8b17856da5b51.
* Disable registrations by default due to spam.Ben Sturmfels2021-09-041-2/+3
|
* Use the default values in commented mediagoblin.ini config entries.Ben Sturmfels2021-08-151-8/+8
|
* Document running multiple MediaGoblin instances on one server.Ben Sturmfels2021-08-151-2/+2
|
* 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.