+++
title = "Environment Variables"
weight = 1
+++
Environment variables for configuring JWT-HACK behavior.
## Available Environment Variables
This section is currently under development. Environment variables will be documented here once the feature is implemented.
## Planned Variables
The following environment variables are planned for future releases:
- `JWT_HACK_SECRET` - Default secret for HMAC operations
- `JWT_HACK_ALGORITHM` - Default algorithm selection
- `JWT_HACK_CONFIG` - Custom configuration file path
- `JWT_HACK_DEBUG` - Enable debug output
Check back for updates or refer to the [Configuration](/usage/configuration) documentation for current configuration options.