forked from Merit-Systems/echo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
62 lines (45 loc) · 1.15 KB
/
.env.example
File metadata and controls
62 lines (45 loc) · 1.15 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
# ----------
# Application
# ----------
ECHO_CONTROL_APP_BASE_URL="http://localhost:3000"
API_KEY_PREFIX="echo_"
# ----------
# Database
# ----------
DATABASE_URL="postgresql://echo_user:echo_password@localhost:5469/echo_control_v2?schema=public"
# ----------
# AUTH
# ----------
# run pnpm dlx auth secret to generate
AUTH_SECRET=
# Google Provider - https://authjs.dev/getting-started/providers/google
AUTH_GOOGLE_ID=
AUTH_GOOGLE_SECRET=
# Github Provider - https://authjs.dev/getting-started/providers/github - https://github.com/settings/developers
AUTH_GITHUB_ID=
AUTH_GITHUB_SECRET=
# Email Provider via Resend - https://authjs.dev/getting-started/providers/resend
AUTH_RESEND_KEY=
# ----------
# STRIPE
# ----------
STRIPE_SECRET_KEY=
STRIPE_PUBLISHABLE_KEY=
STRIPE_WEBHOOK_SECRET=
WEBHOOK_URL=
# ----------
# OAuth Tokens
# ----------
OAUTH_JWT_SECRET=super_tasty_new_mexican_spot # for encrypting JWT
OAUTH_REFRESH_TOKEN_EXPIRY_SECONDS=2592000
OAUTH_ACCESS_TOKEN_EXPIRY_SECONDS=15
# ----------
# Telemetry
# ----------
OTEL_EXPORTER_OTLP_ENDPOINT=
SIGNOZ_INGESTION_KEY=
SIGNOZ_SERVICE_NAME=
# ----------
# Blob Storage
# ----------
BLOB_READ_WRITE_TOKEN=