-
I'd like to define CORS origin via env vars. I tried:
But it seems to return the raw string:
What's the proper way to make it dynamic ? |
Beta Was this translation helpful? Give feedback.
Answered by
ardatan
Mar 3, 2022
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Falci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
${CORS_ORIGIN}
Does this work for you?