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:

    - "env.development" environment configuration
      - "unsafe" exists at the top level, but not on "env.development".
        This is not what you probably want, since "unsafe" is not inherited by environments.
        Please add "unsafe" to "env.development".


How should I configure rate limiter whilst using environments? 🤔
Was this page helpful?