-
Notifications
You must be signed in to change notification settings - Fork 217
Expand file tree
/
Copy pathselfhost.env.example
More file actions
39 lines (31 loc) · 1.13 KB
/
Copy pathselfhost.env.example
File metadata and controls
39 lines (31 loc) · 1.13 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
# Copy to .env. Use the same release tag as your checkout.
IMAGE_TAG=
# Generate each value separately with: openssl rand -hex 32
POSTGRES_PASSWORD=
CLICKHOUSE_PASSWORD=
REDIS_PASSWORD=
BETTER_AUTH_SECRET=
DATABUDDY_ENCRYPTION_KEY=
# Local defaults. For a public instance, use your HTTPS URLs.
DASHBOARD_URL=http://localhost:3000
API_URL=http://localhost:3001
BASKET_URL=http://localhost:4000
LINKS_URL=http://localhost:2500
# Optional: URL of your separately deployed status app. Empty hides public links.
STATUS_URL=
# Shared dashboard/API parent domain (e.g. .example.com); empty for localhost.
BETTER_AUTH_COOKIE_DOMAIN=
# No shared parent domain? Set this to the API's internal URL and the dashboard
# serves the API on its own origin.
API_PROXY_URL=
# Optional email: set both values and use a verified sender domain.
# RESEND_API_KEY=
# EMAIL_FROM="Databuddy <no-reply@example.com>"
# REQUIRE_EMAIL_VERIFICATION=true
# Optional social login: configure the provider, then set both values.
# GOOGLE_CLIENT_ID=
# GOOGLE_CLIENT_SECRET=
# GITHUB_CLIENT_ID=
# GITHUB_CLIENT_SECRET=
# Optional AI: README.md#optional-services
# AI_GATEWAY_API_KEY=