How to configure ratelimit on environment level?
Heya!
I am trying to follow the documentation and setting up a rate limiter our worker.
It seems that
[[unsafe.binding]]
does not work in top-level when [env]
is being used:
How should I configure rate limiter whilst using environments? 🤔1 Reply
This syntax seems to get rid of the error:
Investigating if it actually works!
Thanks @Leo !
Can
[env.development.unsafe]
and [env.development]
co-exists like this?
This sems to work, but not sure if a good practice. What I am after is separating unsafe things from stable things