diff docs/setup.rst @ 6898:a8b9f2d68e7d

make-config: allow configuration of any ini value Custom values can now be specified like: gearbox make-config my.ini host=8.8.8.8 '[handler_console]' formatter=color_formatter '[app:main]' i18n.lang=zu
author Mads Kiilerich <mads@kiilerich.com>
date Thu, 14 Sep 2017 02:08:07 +0200
parents 4d04ac08fff7
children 6ef837acb0d2
line wrap: on
line diff
--- a/docs/setup.rst	Thu Sep 14 02:08:07 2017 +0200
+++ b/docs/setup.rst	Thu Sep 14 02:08:07 2017 +0200
@@ -16,7 +16,9 @@
 This will create the file ``my.ini`` in the current directory. This
 configuration file contains the various settings for Kallithea, e.g.
 proxy port, email settings, usage of static files, cache, Celery
-settings, and logging.
+settings, and logging. Extra settings can be specified like::
+
+    gearbox make-config my.ini host=8.8.8.8 "[handler_console]" formatter=color_formatter
 
 Next, you need to create the databases used by Kallithea. It is recommended to
 use PostgreSQL or SQLite (default). If you choose a database other than the