2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

Added Option Description for env.DB_PORT

This commit is contained in:
Jonas Palm 2016-02-07 16:15:02 +01:00
parent 26cf15aadd
commit feb54309ca

View File

@ -2,6 +2,7 @@
# wordpress-multisite plugin
#
# Author Jonas Palm
# E-Mail jonaspalm . posteo. de
# Version 0.1
# Date 2016-02-07
#
@ -20,13 +21,14 @@ The plugin need access to the wordpress database
=head2 Config file
Create the config file plugin-conf.d/wordpress with the following values:
=over 5
=over 6
=item * [wordpress*]
=item * env.DB_USER <database user (mandatory)>
=item * env.DB_PASSWORD <database password (mandatory)>
=item * env.DB_NAME <database name (defaults to wordpress>
=item * env.DB_PREFIX <database prefix (defaults to wp_)>
=item * env.DB_HOST <database host (defaults to localhost)>
=item * env.DB_PORT <database port (defaults to 3306)>
=back