Set custom clerk issuer url for different enviroments

In Clerk I have two branches, prod and dev.
For each branch I have a different JWT Issuer URL.

Now I want to set for each branch e.g. with a .env file for my production convex code and my dev convex code the correct jwt url from clerk.

How can I do that with Convex?
Was this page helpful?