You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can you enable a feature to load .env variables in the config.yml file?
## Targets, previously was known as "profiles"targets:
webhook1:
url: https://oapi.dingtalk.com/robot/send?access_token=${DINGTALK_ALERT_TOKEN} # the token it's on .env# secret for signaturesecret: ${DINGTALK_SECRET} # the secret is under .envmention:
all: true
The variables can be passed to the docker container under environment and be available inside the container for substitution.
The text was updated successfully, but these errors were encountered:
Can you enable a feature to load .env variables in the config.yml file?
The variables can be passed to the docker container under
environment
and be available inside the container for substitution.The text was updated successfully, but these errors were encountered: