Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config forbid same server-port and admin-server-port #3559

Merged
merged 8 commits into from
Jul 3, 2024

Commits on Jun 25, 2024

  1. fix: forbid same server-port and admin-server-port

    Forbids server-port and admin-server-port from being equal altogether,
    despite they might not conflict at all in case admin and app are bound
    to different addresses. Implemented as per the discussion at
    PostgREST#3508 (comment)
    develop7 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    5f7d40f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5a8fedf View commit details
    Browse the repository at this point in the history
  3. changelog: move updates up

    develop7 committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    59a8550 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Configuration menu
    Copy the full SHA
    9845f23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ad0462 View commit details
    Browse the repository at this point in the history
  3. changelog: apply suggestion

    develop7 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    8b3879f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d69018a View commit details
    Browse the repository at this point in the history
  5. style: autofix

    develop7 committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    f866ee0 View commit details
    Browse the repository at this point in the history