diff --git a/docs/setup/initial_config.rst b/docs/setup/initial_config.rst index 1ee66fd..5ed034b 100644 --- a/docs/setup/initial_config.rst +++ b/docs/setup/initial_config.rst @@ -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 diff --git a/examples/data/config/MySQL.yml b/examples/data/config/MySQL.yml index c8797b4..37d9ca0 100644 --- a/examples/data/config/MySQL.yml +++ b/examples/data/config/MySQL.yml @@ -1,4 +1,4 @@ host: 10.0.3.14 username: root -password: droids +password: root database: pyircbot_dev