Skip to content

Commit

Permalink
Mention dash environment configuration difficulties in docs (#240)
Browse files Browse the repository at this point in the history
* Mention dash environment configuration difficulties in docs

---------

Co-authored-by: Jarosław Jedynak <[email protected]>
  • Loading branch information
nazywam and msm-code authored Jan 15, 2024
1 parent 5da29b4 commit 8597ebe
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/service_configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,12 @@ Karton classes expose dedicated methods for this purpose.
argparse are then passed to ``config_from_args`` that maps arguments into sections and options of configuration.
That mechanism allows you to define your own arguments and include these values in the final configuration.

.. warning::

Watch out for sections with a ``-`` character when configuring karton services using environment variables.
Some shells (like /bin/sh) won't work correctly and configuration will not be populated with your settings.
See `karton/issues/235 <https://github.com/CERT-Polska/karton/issues/235>`_ for more info.

Customizing ready-made Karton services
--------------------------------------

Expand Down

0 comments on commit 8597ebe

Please sign in to comment.