parse-server icon indicating copy to clipboard operation
parse-server copied to clipboard

Allow option `publicServerURL` to be set as async function

Open mtrezza opened this issue 5 months ago • 1 comments
trafficstars

New Feature / Enhancement Checklist

Current Limitation

The option publicServerURL is static and can only be set once on server start. Since this is a public facing URL, it may be necessary in certain scenarios to update it, which currently requires a server restart.

Feature / Enhancement Description

Allow option publicServerURL to be set as an async function.

Example Use Case

  • Domain failover

Alternatives / Workarounds

Restart server which has a resource impact.

mtrezza avatar Jun 14 '25 02:06 mtrezza