pgibler
pgibler
Right now, the config settings are extracted from lib/config.js. It would be pretty desirable from a deployment point of view to allow developers using textbelt to override the config settings...
Right now, textbelt is limited to accepting [75 requests/day per-IP](https://github.com/typpo/textbelt/blob/master/server/app.js#L227) and [3 requests/minute per-phone #](https://github.com/typpo/textbelt/blob/master/server/app.js#L214). I'll add these as config settings to the [config file](https://github.com/typpo/textbelt/blob/master/lib/config.js).
I'm in the US for what it's worth. If no one has an answer I'll start looking into this one. If someone knows why this doesn't work on standalone servers...
I've spent the past couple days trying to reconfigure the "basic" example into something that will work with React 18. My project uses React 18 and the current version of...