Domain / hostname variables

Is there a way to obtain the domain and hostname variables for workflow purposes (e.g. to create a URL)?

Some environment variables are exposed to the valuestore(name) function.

You can access these ones:

name
is-development
is-test
is-production
version
build-time
auth.base-url
auth.domain
auth.domain
api.domain
api.base-url
webapp.domain
webapp.base-url
webapp.base-url.admin
webapp.base-url.compose
webapp.base-url.workflow
webapp.base-url.reporter

OK, that helps. Thanks.

1 Like