Skip to content

Commit

Permalink
Merge pull request gooddata#4868 from pbenes/pb-catalog-re-remove-rel
Browse files Browse the repository at this point in the history
fix: remove bear docs after it was previously re-added

Reviewed-by: https://github.com/scavnickyj
  • Loading branch information
gdgate authored Apr 8, 2024
2 parents 12124a8 + b47c9a3 commit bcf07c9
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
...
}
Expand All @@ -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=<your_token_for_the_tiger_server>
# or
GDC_USERNAME=<your_username>
GDC_PASSWORD=<your_password>
```

**NOTE:** Make sure to never commit `.env` file to your version control system.
Expand Down

0 comments on commit bcf07c9

Please sign in to comment.