Clarify config docs

This commit is contained in:
dpedu 2015-07-18 21:45:29 -07:00
parent c3ed471636
commit 79f1db656a
2 changed files with 6 additions and 5 deletions

View File

@ -46,10 +46,11 @@ options:
.. cmdoption:: bot.datadir .. cmdoption:: bot.datadir
Location where module data will be stored. This directory generally Location where module data will be stored. This directory must contains
contains two folders: `config` and `data`. Config contains a config file two directories: `config` and `data`. Config contains a config file for
for each module of the same name. Data can be empty, the bot will create each module of the same name (for example: Services.json for ``Services``
directories for each module as needed. module). Data can be empty, the bot will create directories for each
module as needed.
.. cmdoption:: bot.rpcbind .. cmdoption:: bot.rpcbind

View File

@ -1,4 +1,4 @@
host: 10.0.3.14 host: 10.0.3.14
username: root username: root
password: droids password: root
database: pyircbot_dev database: pyircbot_dev