moving php.ini variables for phpmyadmin to env-example

This commit is contained in:
trilogo-lordee
2021-02-10 14:25:32 +02:00
parent 0e2386e8d8
commit 99345ceb1c
3 changed files with 6 additions and 5 deletions

View File

@ -483,6 +483,9 @@ PMA_USER=default
PMA_PASSWORD=secret
PMA_ROOT_PASSWORD=secret
PMA_PORT=8081
PMA_MAX_EXECUTION_TIME=600
PMA_MEMORY_LIMIT=256M
PMA_UPLOAD_LIMIT=2G
### MAILDEV ###############################################