Skip to content

Commit

Permalink
Update the configuration options with the management token
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobefu committed Dec 14, 2024
1 parent e0e9ee6 commit 48b6290
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions docs/content/getting-started/configuration-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@ type = "default"
description = "An overview of all possible configuration options"
+++

| Key | Example value | Description |
| ------------------- | ------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| `CS_API_KEY` | - | The API key for the Contentstack stack |
| `CS_DELIVERY_TOKEN` | - | The Contentstack delivery token, used to fetch content |
| `CS_BRANCH` | `main` | The branch of the Contentstack stack to use |
| `CS_REGION` | `us` / `eu` / `azure-na` / `azure-eu` | The region your Contentstack is located in. Visit [Configuration](configuration) for more information |
| `DB_CONN` | `file:db.sqlite3` | The database connection string |
| `DB_TYPE` | `sqlite3` / `mysql` / `postgres` | The type of the database to connect to |
| `DEBUG_AUTH_BYPASS` | `true` / `1` | DEBUG: Disable authentication checks in the API server |
| Key | Example value | Description |
| --------------------- | ------------------------------------- | ----------------------------------------------------------------------------------------------------- |
| `CS_API_KEY` | - | The API key for the Contentstack stack |
| `CS_DELIVERY_TOKEN` | - | The Contentstack delivery token, used to fetch content |
| `CS_MANAGEMENT_TOKEN` | - | The Contentstack management token, mainly used when creating content types in the CLI |
| `CS_BRANCH` | `main` | The branch of the Contentstack stack to use |
| `CS_REGION` | `us` / `eu` / `azure-na` / `azure-eu` | The region your Contentstack is located in. Visit [Configuration](configuration) for more information |
| `DB_CONN` | `file:db.sqlite3` | The database connection string |
| `DB_TYPE` | `sqlite3` / `mysql` / `postgres` | The type of the database to connect to |
| `DEBUG_AUTH_BYPASS` | `true` / `1` | DEBUG: Disable authentication checks in the API server |

0 comments on commit 48b6290

Please sign in to comment.