revanced-api/.env.example
2024-07-08 13:49:22 +02:00

21 lines
486 B
Plaintext

# File path to store configurations for the API
CONFIG_FILE_PATH=configuration.toml
# Optional token for API calls to the backend
BACKEND_API_TOKEN=
# A URL to the old API to proxy for migration purposes
OLD_API_URL=
# Database connection details
DB_URL=jdbc:h2:./persistence/revanced-api
DB_USER=
DB_PASSWORD=
# Basic authentication to issue JWT tokens
BASIC_USERNAME=
BASIC_PASSWORD=
# JWT configuration for authenticated API endpoints
JWT_SECRET=
JWT_ISSUER=
JWT_VALIDITY_IN_MIN=