-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
53 lines (41 loc) · 1.24 KB
/
Copy path.env.example
File metadata and controls
53 lines (41 loc) · 1.24 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
# .env.example
PORT=3000
# Fallback email for critical errors notifications
ADMIN_EMAIL_ADDRESS=email@example.com
# Frontend URL for CORS
CLIENT_URL=https://your-domain.com
# SQLite URL
DB_URL=/litefs/db.sqlite
# Secrets per scope/resource
REFRESH_SECRET=xxxxxxxxxxxx
LOGGER_SECRET=xxxxxxxxxxxx
ACCESS_SECRET=xxxxxxxxxxxx
REGISTER_SECRET=xxxxxxxxxxxx
VERIFICATION_SECRET=xxxxxxxxxxxx
PASSWORD_RESET_SECRET=xxxxxxxxxxxx
EMAIL_UPDATE_SECRET=xxxxxxxxxxxx
CHAT_SECRET=xxxxxxxxxxxx
# Factura.com variables
FACTURA_GENERIC_CLIENT_ID=xxxxxxxxxxxx
FACTURA_API_KEY=xxxxxxxxxxxx
FACTURA_SECRET_KEY=xxxxxxxxxxxx
# Stripe variables
STRIPE_SECRET_KEY=xxxxxxxxxxxx
STRIPE_WEBHOOK_SECRET=xxxxxxxxxxxx
# Legal docs variables - Terms file version and hash
TERMS_V=v1
TERMS_HASH=xxxxxxxxxxxx
# Legal docs variables - Policies file version and hash
POLICIES_V=v1
POLICIES_HASH=xxxxxxxxxxxx
# Repository as a collection of legal docs
LEGAL_HASHES_REPOSITORY_URL=https://github.com/github-username/legal-docs-repository
# Cloudflare R2 variables
R2_ACCESS_KEY_ID=xxxxxxxxxxxx
R2_SECRET_ACCESS_KEY=xxxxxxxxxxxx
R2_ENDPOINT=xxxxxxxxxxxx
R2_BUCKET_NAME=xxxxxxxxxxxx
# Zoho Mail variables
ZOHO_CLIENT_ID=xxxxxxxxxxxx
ZOHO_CLIENT_SECRET=xxxxxxxxxxxx
ZOHO_ACCOUNT_ID=xxxxxxxxxxxx