Open
Description
New Feature / Enhancement Checklist
- Report security issues confidentially.
- Any contribution is under this license.
- Before posting search existing issues.
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.