Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,22 @@ RIVEN_FRONTEND_COMMAND=node build
RIVEN_FRONTEND_CONFIG_DIR=/riven/frontend
RIVEN_FRONTEND_ENV_DIALECT=postgres

#-------------------------------------
# Cacharr Variables
#-------------------------------------

CACHARR_ENABLED=false
CACHARR_PROCESS_NAME=Cacharr
CACHARR_SUPPRESS_LOGGING=false
CACHARR_LOG_LEVEL=INFO
CACHARR_PORT=8484
CACHARR_CONFIG_DIR=/cacharr
CACHARR_CONFIG_FILE=/data/cacharr_config.json
CACHARR_LOG_FILE=/log/cacharr.log
CACHARR_ENV_PROWLARR_URL=http://127.0.0.1:9696
CACHARR_ENV_PROWLARR_KEY=
CACHARR_ENV_DB_DSN=postgresql://DUMB:postgres@127.0.0.1:5432/riven

#-------------------------------------
# Zilean Variables
#-------------------------------------
Expand Down
Loading