remove mentions of mediagoblin_local.ini

This commit is contained in:
Boris Bobrov
2017-11-13 02:43:25 +03:00
parent 94c10f1c57
commit f5e48d9edf
5 changed files with 12 additions and 40 deletions

View File

@@ -54,30 +54,6 @@ mediagoblin/config_spec.ini
option that we didn't tell you about. :)
Making local copies
===================
Let's assume you're doing the virtualenv setup described elsewhere in this
manual, and you need to make local tweaks to the config files. How do you do
that? Let's see.
To make changes to mediagoblin.ini ::
cp mediagoblin.ini mediagoblin_local.ini
To make changes to paste.ini ::
cp paste.ini paste_local.ini
From here you should be able to make direct adjustments to the files,
and most of the commands described elsewhere in this manual will "notice"
your local config files and use those instead of the non-local version.
.. note::
Note that all commands provide a way to pass in a specific config
file also, usually by a ``-cf`` flag.
Common changes
==============