1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51: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: * @example Example entry for configuration:
* [drupal*] * [drupal*]
* env.db="drupal" * env.db drupal
* env.user="mysql_user" * env.user mysql_user
* env.pass="mysql_pass" * env.pass mysql_pass
* env.host="localhost" * env.host localhost
* env.port="3306" * env.port 3306
* env.table_prefix drupal_
* *
* @author Liran Tal <liran.tal@hp.com> * @author Liran Tal <liran.tal@hp.com>
* @version 1.0 2013 * @version 1.0 2013