update env vars for solar racing website (#74)
This commit is contained in:
parent
2b1a8e68dc
commit
7ae45f6cd9
1 changed files with 6 additions and 0 deletions
|
@ -53,6 +53,12 @@ DOCKER_PASS={{ key "dcusr/ghcr/password" }}
|
|||
TO_EMAIL={{ key "dcusr/nodemailer/to" }}
|
||||
EMAIL={{ key "dcusr/nodemailer/from" }}
|
||||
EMAIL_PASS={{ key "dcusr/nodemailer/password" }}
|
||||
LISTMONK_ENDPOINT={{ key "dcusr/listmonk/endpoint" }}
|
||||
LISTMONK_USERNAME={{ key "dcusr/listmonk/username" }}
|
||||
LISTMONK_PASSWORD={{ key "dcusr/listmonk/password" }}
|
||||
LISTMONK_LIST_IDS={{ key "dcusr/listmonk/list/id" }}
|
||||
NEXT_PUBLIC_RECAPTCHA_SITE_KEY={{ key "dcusr/recaptcha/site/key" }}
|
||||
RECAPTCHA_SECRET_KEY={{ key "dcusr/recaptcha/secret/key" }}
|
||||
EOH
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue