-
Notifications
You must be signed in to change notification settings - Fork 184
Commit 09dc4c3
[FEATURE] Preset mysql server on pma login screen (#175)
Preset the default hostname of the mysql container by using
the PMA_HOSTS environment variable.
This avoids manually entering the server ('mysql' by default)
on the phpmyadmin login screen.
There will be a selectbox on the login screen to choose a server from,
if multiple servers are given (comma separated) to the PMA_HOSTS env var.1 parent 0b2281c commit 09dc4c3
File tree
2 files changed
+2
-2
lines changed2 files changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 | - | ||
186 | + | ||
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
183 | 183 |
| |
184 | 184 |
| |
185 | 185 |
| |
186 | - | ||
186 | + | ||
187 | 187 |
| |
188 | 188 |
| |
189 | 189 |
| |
|
0 commit comments