From be8e64d4eaad98cb8043236a1639ecd7a13ca79a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 22 Sep 2016 09:57:27 +0200 Subject: [PATCH] Document setting verbose name for Docker MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/phpmyadmin/docker/issues/54 Signed-off-by: Michal Čihař --- doc/setup.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/setup.rst b/doc/setup.rst index 773a8f144c..5970f75b18 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -163,10 +163,26 @@ environment variables: Host name or IP address of the database server to use. + .. seealso:: :config:option:`$cfg['Servers'][$i]['host']` + .. envvar:: PMA_HOSTS Comma separated host names or IP addresses of the database servers to use. + .. note:: Used only if :envvar:`PMA_HOST` is empty. + +.. envvar:: PMA_VERBOSE + + Verbose name the database server. + + .. seealso:: :config:option:`$cfg['Servers'][$i]['verbose']` + +.. envvar:: PMA_VERBOSES + + Comma separated verbose name the database servers. + + .. note:: Used only if :envvar:`PMA_VERBOSE` is empty. + .. envvar:: PMA_USER User name to use for :ref:`auth_config`.