23 lines
465 B
Plaintext
23 lines
465 B
Plaintext
APP_ENV=%%app_env%%
|
|
APP_SECRET="%%app_secret%%"
|
|
DATABASE_URL="%%db_url%%"
|
|
DOWNLOAD_DIR=%%download_dir%%
|
|
REAL_DEBRID_KEY="%%rd_key%%"
|
|
TMDB_API=%%tmdb_api%%
|
|
MERCURE_URL=%%mercure_url%%
|
|
MERCURE_PUBLIC_URL=%%mercure_public_url%%
|
|
MERCURE_JWT_SECRET="%%mercure_jwt_secret%%"
|
|
JELLYFIN_URL=%%jellyfin_url%%
|
|
JELLYFIN_TOKEN=%%jellyfin_token%%
|
|
REDIS_HOST="%%redis_host%%"
|
|
|
|
|
|
|
|
LDAP_HOST=
|
|
LDAP_PORT=
|
|
LDAP_ENCRYPTION=
|
|
LDAP_BASE_DN=
|
|
LDAP_BIND_USER=
|
|
LDAP_BIND_PASS=
|
|
LDAP_DN_STRING=
|