1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 18:38:30 +00: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 # wordpress-multisite plugin
# #
# Author Jonas Palm # Author Jonas Palm
# E-Mail jonaspalm . posteo. de
# Version 0.1 # Version 0.1
# Date 2016-02-07 # Date 2016-02-07
# #
@ -20,13 +21,14 @@ The plugin need access to the wordpress database
=head2 Config file =head2 Config file
Create the config file plugin-conf.d/wordpress with the following values: Create the config file plugin-conf.d/wordpress with the following values:
=over 5 =over 6
=item * [wordpress*] =item * [wordpress*]
=item * env.DB_USER <database user (mandatory)> =item * env.DB_USER <database user (mandatory)>
=item * env.DB_PASSWORD <database password (mandatory)> =item * env.DB_PASSWORD <database password (mandatory)>
=item * env.DB_NAME <database name (defaults to wordpress> =item * env.DB_NAME <database name (defaults to wordpress>
=item * env.DB_PREFIX <database prefix (defaults to wp_)> =item * env.DB_PREFIX <database prefix (defaults to wp_)>
=item * env.DB_HOST <database host (defaults to localhost)> =item * env.DB_HOST <database host (defaults to localhost)>
=item * env.DB_PORT <database port (defaults to 3306)>
=back =back