Merge #2097
2097: The DB_PORT and ROUNDCUBE_DB_PORT env vars were not used r=mergify[bot] a=Diman0 ## What type of PR? Bug fix ## What does this PR do? The DB_PORT and ROUNDCUBE_DB_PORT env vars were not used and are not required. This PR removes these not used environment variables from the documentation. The documentation and setup utility are enhanced with instructions how to specify a different port for the database url. ### Related issue(s) - See #2073 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [x] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Dimitri Huisman <diman@huisman.xyz>master
commit
14177c3f98
@ -0,0 +1 @@
|
|||||||
|
The DB_PORT and ROUNDCUBE_DB_PORT environment variables were not actually used. They are removed from the documentation. For using different ports you can already use the notation host:port .
|
Loading…
Reference in New Issue