PostgREST / postgrest

REST API for any Postgres database
https://postgrest.org
MIT License
22.65k stars 1k forks source link

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

Open develop7 opened 4 weeks ago

develop7 commented 4 weeks ago

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 https://github.com/PostgREST/postgrest/issues/3508#issuecomment-2125123633

Fixes #3508