Skip to content

Commit

Permalink
doc: document the admin-server-port value restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
develop7 committed May 29, 2024
1 parent 1526130 commit 84f07c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
- #3414, Force listener to connect to read-write instances using `target_session_attrs` - @steve-chavez
- #3255, Fix incorrect `413 Request Entity Too Large` on pg errors `54*` - @taimoorzaeem
- #3549, Remove verbosity from error logs starting with "An error occurred..." and replacing it with "Failed to..." - @laurenceisla
- #3508, Server port and admin server port can end up with the same value - @develop7
- #3508, #3559, Server port and admin server port can end up with the same value - @develop7
+ The app is fails to start when the server port and admin server port are the same

### Deprecated
Expand Down
2 changes: 1 addition & 1 deletion docs/references/configuration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ admin-server-port
**In-Database** `n/a`
=============== =======================

Specifies the port for the :ref:`admin_server`.
Specifies the port for the :ref:`admin_server`. Cannot be equal to :ref:`server-port`.

.. _app.settings.*:

Expand Down

0 comments on commit 84f07c8

Please sign in to comment.