-
Notifications
You must be signed in to change notification settings - Fork 23
Expand file tree
/
Copy path.env.example
More file actions
87 lines (70 loc) · 2 KB
/
.env.example
File metadata and controls
87 lines (70 loc) · 2 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
NODE_ENV=development
PLANB_ENVIRONMENT=development
SESSION_COOKIE_NAME=localhost
DOMAIN=localhost:8181
DOMAIN_URL=http://$DOMAIN
#Postgres
POSTGRES_HOST=postgres
POSTGRES_PORT=5432
POSTGRES_DB=postgres
POSTGRES_USER=postgres
POSTGRES_PASSWORD=postgres
#Other
SESSION_SECRET=nursery-skiing-decade-bazooka-glade-dart-lurch-skewed-wrist-sponsor-junkman-sandstorm
SYNC_PATH=/tmp/sync
CDN_PATH=/tmp/cdn
# Github data
DATA_REPOSITORY_URL=https://github.com/PlanB-Network/bitcoin-educational-content.git
DATA_REPOSITORY_BRANCH=dev
PRIVATE_DATA_REPOSITORY_URL=
PRIVATE_DATA_REPOSITORY_BRANCH=
GITHUB_ACCESS_TOKEN=
GITHUB_PR_TOKEN=
# SwissBitcoinPay
SBP_API_KEY=
SBP_HMAC_SECRET=
PUBLIC_PROXY_URL=
# Stripe
VITE_STRIPE_PUBLIC=
STRIPE_SECRET=
STRIPE_ENDPOINT_SECRET=
# Sendgrid
SENDGRID_ENABLE=false
SENDGRID_KEY=
SENDGRID_EMAIL=
# S3
S3_ENDPOINT=https://127.0.0.1
S3_BUCKET=none
S3_ACCESS_KEY=none
S3_SECRET_KEY=none
S3_REGION=none
# Vector (optional: if including compose.logs.yml)
S3_LOG_ENDPOINT=https://127.0.0.1
S3_LOG_BUCKET=none
S3_LOG_REGION=none
S3_LOG_ACCESS_KEY=none
S3_LOG_SECRET_KEY=none
# Typesense (for running locally)
TYPESENSE_API_KEY=abcd
TYPESENSE_NODES=http://localhost:8108
# AI Mentor - Groq (free 14K req/day, SSE streaming)
# Get your API key at https://console.groq.com/keys
GROQ_API_KEY=
OTS_PGP_KEY_PATH=/dev/null
# OTS_PGP_KEY_PATH=/path/to/ots/pgp/key.asc
# OTS_PGP_KEY_PASSPHRASE=passphrase (optional)
PROTECT_SYNC_ROUTE=false
# OnlyOffice configuration
# For hybrid mode (API in terminal, OnlyOffice in container): use localhost:80
# For full container mode: use onlyoffice:80
ONLYOFFICE_URL=http://onlyoffice:80
# Language Tool configuration
# For hybrid mode (LT, contribute in terminal and the rest in container): use localhost:8000
# For full container mode: use host.docker.internal:8000
LT_BASE_URL=http://host.docker.internal:8000
LT_CLIENT_ID=none
LT_CLIENT_SECRET=none
ALLOWED_DOWNLOAD_HOSTNAMES=workspace.planb.network
CONVERT_API_SECRET=token_example
#empty - testnet - mainnet
VITE_PEAR_ENVIRONMENT=