Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions _data/navigation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,8 @@ items:
title: Git Repository Deployment
- url: /components/data-apps/backend-versions/
title: Backend Versions
- url: /data-apps/storage-access/
title: Storage Access
- url: /data-apps/terminal-log-tab/
title: Terminal Log Tab

Expand Down
2 changes: 1 addition & 1 deletion data-apps/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ Keboola provides built-in authentication methods to protect your apps:

* **Input Mapping**: Automatically load specific tables into your app.
* **Storage API Client**: Programmatic access to all Storage features.
* **Environment Variables**: Pre-configured `KBC_URL` and `KBC_TOKEN`.
* **Environment Variables**: Platform-provided env vars include `BRANCH_ID` (always set), `KBC_TOKEN` and `DATA_LOADER_API_URL` (with Data Loader), and `WORKSPACE_ID` / `QUERY_SERVICE_URL` / `KBC_WORKSPACE_MANIFEST_PATH` (with [Storage Access](/data-apps/storage-access/)). See the [runtime README](https://github.com/keboola/data-app-python-js/blob/main/README.md#environment-variables) for the full list.

### Configuration & Secrets

Expand Down
Loading
Loading