About environments
Build on Kinde
Environment variables are key-value pairs that enable access to applications across different environments and systems.
Once you can bring your code into Kinde via workflows (coming soon), it’s important to be able to reference environment variables using a key, instead of hardcoding these values into your code.
Kinde allows you to create and store sensitive (secret) and non-sensitive key-value pairs.
You need to set environment variables separately, in each of your Kinde environments. You can’t share keys across development, testing, staging, and production, etc.
The environment variables you store in Kinde can be sensitive or non-sensitive.
Variable Name | Type | Description | Example Value |
---|---|---|---|
API_KEY | Sensitive | Authentication key for external services | ******** |
CLIENT_SECRET | Sensitive | OAuth client secret | ******** |
APP_NAME | Non-sensitive | Application identifier | my-kinde-app |
LOG_LEVEL | Non-sensitive | Application logging configuration | debug |