From 181a00d2eb3c4ea959c164693d9301285aaeda86 Mon Sep 17 00:00:00 2001 From: unknown <unknown@example.com> Date: Mon, 28 Feb 2022 11:47:26 +0100 Subject: [PATCH] removed unnecessary export variables --- README.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/README.md b/README.md index 8c35b08..1e9687f 100644 --- a/README.md +++ b/README.md @@ -41,15 +41,6 @@ Create a `konnector-dev-config.json` file at the root with your test credentials ``` Then : -Define the base url and the API authentication key as environment variable : - -```sh -export API_AUTH_KEY=<the_api_authentication_key> -export BASE_URL=<the_api_base_url> -``` - -Then : - ```sh yarn yarn standalone -- GitLab