diff --git a/.vscode/launch.json b/.vscode/launch.json index a8af742..c3ca3f0 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -19,7 +19,12 @@ "kind": "bin" } }, - "args": [], + "args": [ + "--key=$DDNS_AUTH_KEY", + "--domain=$DOMAIN", + "--email=$EMAIL", + "--zone=$ZONE" + ], "cwd": "${workspaceFolder}" }, {