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
Location where module data will be stored. This directory generally
contains two folders: `config` and `data`. Config contains a config file
for each module of the same name. Data can be empty, the bot will create
directories for each module as needed.
Location where module data will be stored. This directory must contains
two directories: `config` and `data`. Config contains a config file for
each module of the same name (for example: Services.json for ``Services``
module). Data can be empty, the bot will create directories for each
module as needed.
.. cmdoption:: bot.rpcbind

View File

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