mirror of
https://github.com/revanced/revanced-api.git
synced 2025-04-29 22:24:31 +02:00
19 lines
402 B
Plaintext
19 lines
402 B
Plaintext
# 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=
|