-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb.env.example
More file actions
51 lines (44 loc) · 1.41 KB
/
Copy pathweb.env.example
File metadata and controls
51 lines (44 loc) · 1.41 KB
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
# DriveOS Web environment template
#
# This file contains placeholders only.
# Never commit real tokens, passwords, hashes, or encryption keys.
# Runtime
DRIVEOS_MODE=web
PORT=8787
DRIVEOS_DATA_DIR=/tmp/driveos
DRIVEOS_REPOSITORY_PROVIDER=Turso
TURSO_DATABASE_URL=
TURSO_AUTH_TOKEN=
# Durable Tessie rollout (preservation-first defaults)
# Enable writes first, complete/verify backfill, then enable reads separately.
JOURNEYDECK_TESSIE_DB_WRITE_ENABLED=false
JOURNEYDECK_TESSIE_DB_READ_ENABLED=false
JOURNEYDECK_TESSIE_READ_CANARY_APPROVED=false
JOURNEYDECK_TESSIE_INITIAL_SYNC_DAYS=30
JOURNEYDECK_TESSIE_READ_MAX_STALENESS_MINUTES=45
JOURNEYDECK_TURSO_HTTP_TIMEOUT_SECONDS=30
JOURNEYDECK_TURSO_BATCH_STATEMENTS=100
# Public URL
# Optional on Render: DriveOS automatically uses RENDER_EXTERNAL_URL.
# Set this explicitly for a custom domain.
DRIVEOS_PUBLIC_URL=
# Owner authentication
DRIVEOS_OWNER_EMAIL=
DRIVEOS_PASSWORD_HASH=
# Optional companion login for Wife Mode. The username must be 3-64 lowercase
# letters, numbers, dots, underscores, or hyphens. Use the same PBKDF2 hash
# format as DRIVEOS_PASSWORD_HASH for its password.
DRIVEOS_WIFE_USERNAME=
DRIVEOS_WIFE_PASSWORD_HASH=
DRIVEOS_AUTH_SECRET=
DRIVEOS_ENCRYPTION_KEY=
# Required integrations
TESSIE_TOKEN=
SPOTIFY_CLIENT_ID=
# Optional integrations
LASTFM_USERNAME=
LASTFM_API_KEY=
FOURSQUARE_API_KEY=
# Web security / behavior
DRIVEOS_SESSION_HOURS=24
DRIVEOS_TRUST_PROXY=true