提交 a5e18fa2 authored 作者: tillahoffmann's avatar tillahoffmann

Add documentation to support local configuration files.

上级 b3f54e3a
...@@ -87,7 +87,9 @@ Environment Variables ...@@ -87,7 +87,9 @@ Environment Variables
with later (right-most) files taking priority over earlier files in the with later (right-most) files taking priority over earlier files in the
case that multiple files specify values for a common configuration option. case that multiple files specify values for a common configuration option.
For example, to override system-wide settings with personal ones, For example, to override system-wide settings with personal ones,
set ``THEANORC=/etc/theanorc:~/.theanorc``. set ``THEANORC=/etc/theanorc:~/.theanorc``. To load configuration files in
the current working directory, append ``.theanorc`` to the list of configuration
files, e.g. ``THEANORC=~/.theanorc:.theanorc``.
Config Attributes Config Attributes
===================== =====================
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论