I’m getting a rate limit error “Only 100 tries per IP address every 3600 seconds”.
Can it be overridden in the config.production.json file or am I going to have to hack the core files?
I need this limit to go away.
I’m getting a rate limit error “Only 100 tries per IP address every 3600 seconds”.
Can it be overridden in the config.production.json file or am I going to have to hack the core files?
I need this limit to go away.
You can override it in the config
Here’s the default settings: https://github.com/TryGhost/Ghost/blob/master/core/server/config/defaults.json#L39-L75
Perfect, thank you Fabien!
I could not find out the variables in config.production.json, but this helped me to overcome the limit:
mysql myghostdb
delete from brute;