-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (25 loc) · 763 Bytes
/
.env.example
File metadata and controls
31 lines (25 loc) · 763 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
26
27
28
29
30
31
# Shared
NODE_ENV=development
LOG_LEVEL=info
ATPROTO_SERVICE_DID=did:example:patchwork
ATPROTO_PDS_URL=https://bsky.social
# Web
VITE_APP_NAME=Patchwork
VITE_API_BASE_URL=http://localhost:4000
# API
API_HOST=0.0.0.0
API_PORT=4000
API_PUBLIC_ORIGIN=http://localhost:5173
API_DATA_SOURCE=fixture
API_DATABASE_URL=postgresql://patchwork:change-me@localhost:5432/patchwork
# Indexer
INDEXER_PORT=4100
INDEXER_FIREHOSE_URL=wss://bsky.network
# Moderation worker
MODERATION_PORT=4200
MODERATION_WORKER_CONCURRENCY=2
# Docker deploy (patchwork.subcult.tv)
PATCHWORK_PUBLIC_ORIGIN=https://patchwork.subcult.tv
# Secrets — generate strong random values for production.
# docker-compose.yml will refuse to start without these.
PATCHWORK_POSTGRES_PASSWORD=change-me