From b47c9a322ef4541ba712f8e6ad5bbcfbb4bcbf20 Mon Sep 17 00:00:00 2001 From: Petr Benes Date: Mon, 8 Apr 2024 07:36:09 +0200 Subject: [PATCH] fix: remove bear docs after it was previously re-added Originally removed in #4837 but for some reason it was re-added in #4853. Removing again. JIRA: STL-382 --- .../en/latest/learn/visualize_data/export_catalog.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/content/en/latest/learn/visualize_data/export_catalog.md b/docs/content/en/latest/learn/visualize_data/export_catalog.md index 9f4858553a5..49c5c2d78f2 100644 --- a/docs/content/en/latest/learn/visualize_data/export_catalog.md +++ b/docs/content/en/latest/learn/visualize_data/export_catalog.md @@ -68,7 +68,6 @@ This is how it works: "hostname": "https://your.gooddata.hostname.com", "workspaceId": "your_gooddata_workspaceid", "catalogOutput": "desired_file_name.ts|js", - "backend": "tiger" }, ... } @@ -80,13 +79,10 @@ The hostname has to include the protocol (`http://` / `https://`), otherwise you {{% /alert %}} -2. It is not possible to specify credentials (`token`, `username` and `password` parameters) in `package.json` file, as it is typically saved in VCS (e.g. Git). Instead, credentials can be specified through environmental variables. We also load `.env` file if it's present in the same folder. +2. It is not possible to specify api token in `package.json` file, as it is typically saved in VCS (e.g. Git). Instead, credentials can be specified through environmental variables. We also load `.env` file if it's present in the same folder. ```ini TIGER_API_TOKEN= - # or - GDC_USERNAME= - GDC_PASSWORD= ``` **NOTE:** Make sure to never commit `.env` file to your version control system.