-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path.env.template
More file actions
44 lines (36 loc) · 878 Bytes
/
.env.template
File metadata and controls
44 lines (36 loc) · 878 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
32
33
34
35
36
37
38
39
40
41
42
43
44
NODE_ENV=development
NEXT_PUBLIC_API_URL=https://scriptio.app
NEXT_PUBLIC_COLLAB_WEBSOCKET_URL=ws://127.0.0.1:8787
# Secrets
AUTH_SECRET=
AUTH_GOOGLE_ID=
AUTH_GOOGLE_SECRET=
AUTH_APPLE_ID=
AUTH_APPLE_SECRET=
# Database
DATABASE_URL=postgresql://test:test@127.0.0.1:5433/scriptio?schema=public
DB_USER=test
DB_PASSWORD=test
DB_NAME=scriptio
# Basic Auth (htpasswd format, escape $ as $$ in this file)
PROD_AUTH_USERS=
STAGING_AUTH_USERS=
MONITORING_AUTH_USERS=
# Monitoring
GRAFANA_ADMIN_PASSWORD=
METRICS_BEARER_TOKEN=
APP_MEMORY_LIMIT_BYTES=536870912 # 512 MiB; tune to the prod container's memory budget
DB_SIZE_LIMIT_BYTES=10737418240 # 10 GiB; tune to the prod DB's expected ceiling
# S3 storage
S3_BUCKET=
S3_ACCOUNT_ID=
S3_KEY=
S3_SECRET_KEY=
# SMTP
SMTP_HOST=
SMTP_USER=
SMTP_SECRET=
# Stripe
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
STRIPE_PRO_PRICE_ID=