From c6b2060fc2892b6026454c61344b1d2937d9031b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Sat, 8 Jan 2022 17:07:45 +0100 Subject: [PATCH] create creds.json with envvars --- creds.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 creds.json diff --git a/creds.json b/creds.json new file mode 100644 index 0000000..984f985 --- /dev/null +++ b/creds.json @@ -0,0 +1,14 @@ +{ + "hedns":{ + "username": "$HE_USERNAME", + "password": "$HE_PASSWORD", + "totp-key": "$HE_TOTPKEY" + }, + "cloudflare": { + "apitoken": "$CF_APITOKEN", + "accountid": "$CF_ACCOUNTID" + }, + "digitalocean": { + "token": "$DO_TOKEN" + } +} \ No newline at end of file