Michal Čihař and GitHub
b1e2062fb4
Merge pull request #184 from deeky666/allow-env-var-list-spaces
...
Trims whitespaces in PMA_HOSTS, PMA_PORTS and PMA_VERBOSES
2018-09-01 13:21:22 +02:00
Évan Goujon and GOUJON Évan
7af014ffdf
Simplify $sockets testing logic
...
Signed-off-by: Évan Goujon <evan.goujon@gmail.com >
2018-08-31 21:51:56 +02:00
Évan Goujon and GOUJON Alexandre
d5a587d00d
Specify MySQL socket file via PMA_SOCKET and PMA_SOCKETS environment variables
...
Signed-off-by: Évan Goujon <evan.goujon@gmail.com >
2018-08-19 22:21:47 +02:00
Steve Müller
b2409f5930
trim whitespaces in PMA_HOSTS, PMA_PORTS and PMA_VERBOSES
2018-08-03 12:30:33 +02:00
Sullivan SENECHAL and Michal Čihař
7a5f742d7d
Move back compress and AllowNoPassword to default configuration
2018-05-17 16:09:14 +02:00
François Blondel
93e2be73ec
check if the env is set
2018-03-21 10:55:33 +01:00
François Blondel
85198de04f
Add Env Var to use an external configuration storage
2018-03-19 18:54:33 +01:00
Michal Čihař
c086bcea60
Remove no longer used configuration
...
Signed-off-by: Michal Čihař <michal@cihar.com >
2017-12-14 10:54:36 +01:00
Michal Čihař
885eb78b98
Set $i to last used server in configuration
...
This makes it easier to adjust it in config.user.inc.php.
Fixes #142
Signed-off-by: Michal Čihař <michal@cihar.com >
2017-12-14 10:50:21 +01:00
Michal Čihař
1bcaeb5fec
Fix getting empty values from environment
...
If environemnt variable is empty and is not part of $_ENV, the getenv
(obviously) returns empty string, but we should use it.
Fixes #118
Signed-off-by: Michal Čihař <michal@cihar.com >
2017-04-11 17:28:29 +02:00
Michal Čihař
1204bcd696
Do not set password to null when not specified
...
This makes the authentication code think this parameter was not set at
all.
Fixes #118
Signed-off-by: Michal Čihař <michal@cihar.com >
2017-04-11 17:21:32 +02:00
ericfjosne and Michal Čihař
447c731aaa
Add PMA_PORTS configuration
...
Now enabling custom port for each hosts of the PMA_HOSTS environment variable, through the use of a new PMA_PORTS environment variable.
Fixes #112
2017-04-07 15:24:36 +02:00
Michal Čihař
bca3574cf3
Use absolute path here
...
Issue #95
Signed-off-by: Michal Čihař <michal@cihar.com >
2016-11-30 11:34:21 +01:00
Michal Čihař
f581555bcf
Move all configuration to /etc
...
* configuration is now in /etc
* reorder commands for better Docker layer caching
Signed-off-by: Michal Čihař <michal@cihar.com >
2016-11-28 10:19:52 +01:00