1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Fixed env section of manual(doc)

This commit is contained in:
Mohammad Shokri 2013-09-28 13:36:54 +03:30
parent 7310fe3227
commit 2e0503aca5

View file

@ -9,11 +9,12 @@
*
* @example Example entry for configuration:
* [drupal*]
* env.db="drupal"
* env.user="mysql_user"
* env.pass="mysql_pass"
* env.host="localhost"
* env.port="3306"
* env.db drupal
* env.user mysql_user
* env.pass mysql_pass
* env.host localhost
* env.port 3306
* env.table_prefix drupal_
*
* @author Liran Tal <liran.tal@hp.com>
* @version 1.0 2013