postgrest icon indicating copy to clipboard operation
postgrest copied to clipboard

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

Open develop7 opened this issue 1 year ago • 0 comments

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

develop7 avatar May 29 '24 15:05 develop7