What's the precedence of environment variables in render.yml?

I have an envGroup:dev. I’d like many services to share those variables, but I’d like to override one of the variables for a specific service without creating a new envGroup.

If I have a service that references the dev envGroup, and declare another env var with the same key for the service, will it override the envGroup one? Or do envGroups take precedence over individual keys?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.