@host tag with dynamic values #1288
Unanswered
AndersonBaco
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello guys, there is some way to set the @host tag using a dynamic way or variable in order to set different host from different environments.
got
// @host localhost:3030
// @host devhost:3030
expected
// @host {host}:{port}
Beta Was this translation helpful? Give feedback.
All reactions