-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.template
More file actions
25 lines (20 loc) · 826 Bytes
/
.env.template
File metadata and controls
25 lines (20 loc) · 826 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# to be used only in development mode
# DEBUG=true has NO web-ui
DEBUG=false
# database connection can be setup either with POSTGRES_* env variables
# if these variables are not provided, defaults will be used (see compose.yml)
POSTGRES_USER=
POSTGRES_PASSWORD=
POSTGRES_HOST=
POSTGRES_DB=
POSTGRES_PORT=
# or by database connection (see compose.yml)
# this options is desired when db already exists,
# otherwise postgres container won't initialize properly
# DATABASE_URI=postgresql+asyncpg://[db-user]:[db-password]@[db-host]:[db-port]/[db-name]
PROWLARR_HOST=http://prowlarr-host:9696 # must include http:// or https://
PROWLARR_APIKEY=
# (optional) some indexers need flaresolverr in order to get access
FLARESOULVERR_URL=
# (optional) how often will indexer stats be scraped
INTERVAL_SCRAPE=7200 # value in seconds