-
-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy path.env.example
More file actions
20 lines (19 loc) · 753 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (19 loc) · 753 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Server Configuration
# If port changed and using vite for development,
# also update the proxy in packages/client/vite.config.ts
PORT=3000
HOST=127.0.0.1
LOG_LEVEL=debug
NODE_ENV=development
# Timezone (IANA format, e.g., America/New_York, Europe/Madrid). Defaults to UTC.
TZ=UTC
# Disable the in-app login. For use behind a trusted reverse proxy that already
# enforces authentication (Authentik, Authelia, ...). The API is unauthenticated
# regardless, so only enable this on a trusted network. Defaults to false.
AUTH_DISABLED=false
# Database Configuration
DATABASE_PATH=./data/listseerr.db
MIGRATIONS_FOLDER=./packages/server/migrations
# (REQUIRED) Used for database encryption of API keys
# Generate with: openssl rand -hex 32
ENCRYPTION_KEY=