This backwards-compatible patch parametrises the sync server's hostname and Fastify bodyLimit, by adding environment variables HOST and BODYLIMIT respectively:
HOST - sets hostname server listens on (default remains "0.0.0.0")
BODYLIMIT - sets Fastify bodyLimit in mb (default remains 10mb)
This backwards-compatible patch parametrises the sync server's hostname and Fastify bodyLimit, by adding environment variables HOST and BODYLIMIT respectively:
HOST - sets hostname server listens on (default remains "0.0.0.0") BODYLIMIT - sets Fastify bodyLimit in mb (default remains 10mb)