add drone config

This commit is contained in:
Sergo
2023-07-29 22:12:35 +03:00
parent e08522a2a6
commit 2e22c75ab7
3 changed files with 48 additions and 36 deletions

View File

@@ -8,6 +8,7 @@ module.exports = {
},
wildDuck: {
url: process.env.WILDDUCK_URL,
token: process.env.WILDDUCK_TOKEN
token: process.env.WILDDUCK_TOKEN,
domain: process.env.WILDDUCK_DOMAIN
}
};