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:
parent
f4070fafba
commit
55c30227fb
1 changed files with 6 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue