From 004598527af6f1e4bbcd7d877a6c688a905761ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Mon, 15 Feb 2016 17:30:26 +0100 Subject: [PATCH] Document new docker settings MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit See https://github.com/phpmyadmin/docker/pull/22 Signed-off-by: Michal Čihař --- doc/setup.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/setup.rst b/doc/setup.rst index 3b8b5bc696..1274e3c525 100644 --- a/doc/setup.rst +++ b/doc/setup.rst @@ -146,6 +146,14 @@ environment variables: The fully-qualified path (``https://pma.example.net/``) where the reverse proxy makes phpMyAdmin available. +.. envvar:: PHP_UPLOAD_MAX_FILESIZE + + Define upload_max_filesize and post_max_size PHP settings. + +.. envvar:: PHP_MAX_INPUT_VARS + + Define max_input_vars PHP setting. + By default, :ref:`cookie` is used, but if :envvar:`PMA_USER` and :envvar:`PMA_PASSWORD` are set, it is switched to :ref:`auth_config`.