iansinnott / prompta

ChatGPT UI that is keyboard-centric, mobile friendly, and searchable.
https://chat.prompta.dev
MIT License
170 stars 16 forks source link

Add HOST and BODYLIMIT env vars for sync server #47

Closed struanb closed 1 month ago

struanb commented 1 month ago

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)

iansinnott commented 1 month ago

Cheers, thanks @struanb