-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.env
More file actions
66 lines (52 loc) · 2.17 KB
/
Copy pathexample.env
File metadata and controls
66 lines (52 loc) · 2.17 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
# SnackMates docker-compose environment
# Copy to .env and fill in secrets before running: docker compose up
# Values below match docker-compose.yml defaults where set inline;
# variables referenced as $VAR must be provided here.
# ── API ──────────────────────────────────────────────────────────────────────
API_PORT=8080
API_BASE_URL=https://snackmates.food/api
WEB_ORIGIN=https://snackmates.food
JWT_SECRET=
DATABASE_URL=
VALKEY_URL=
MEILISEARCH_URL=http://meilisearch:7700
MEILISEARCH_API_KEY=
S3_ENDPOINT=
S3_REGION=auto
S3_ACCESS_KEY=
S3_SECRET_KEY=
S3_CLIENT_ASSETS_BUCKET=
S3_STATIC_ASSETS_BUCKET=
S3_USE_PATH_STYLE=true
S3_PRESIGN_PRIVATE_OBJECTS=true
S3_PRESIGN_EXPIRY_SECONDS=3600
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
DISCORD_REDIRECT_URI=https://snackmates.food/api/v1/auth/discord/callback
WEBAUTHN_RP_ID=snackmates.food
WEBAUTHN_RP_ORIGIN=https://snackmates.food
WEBAUTHN_RP_NAME=SnackMates
ANTHROPIC_API_KEY=
ANTHROPIC_MODEL=claude-haiku-4-5-20251001
OVH_AI_ENDPOINTS_ACCESS_TOKEN=
OVH_AI_MODEL=Mistral-Nemo-Instruct-2407
OVH_AI_BASE_URL=https://oai.endpoints.kepler.ai.cloud.ovh.net/v1
OPENFOODFACTS_SEARCH_URL=https://search.openfoodfacts.org
OPENFOODFACTS_BASE_URL=https://ca.openfoodfacts.org
SENTRY_DSN=
SENTRY_ENVIRONMENT=production
EMAIL_PROVIDER=mailgun
MAILGUN_API_KEY=
MAILGUN_DOMAIN=notifications.snackmates.food
MAILGUN_API_BASE_URL=https://api.mailgun.net
EMAIL_FROM=notifications@snackmates.food
TURNSTILE_SECRET_KEY=
# ── Web (Next.js) ────────────────────────────────────────────────────────────
NEXT_PUBLIC_API_URL=https://snackmates.food
NEXT_PUBLIC_APP_URL=https://snackmates.food
NEXT_PUBLIC_SENTRY_DSN=
NEXT_PUBLIC_TURNSTILE_SITE_KEY=
UNSPLASH_ACCESS_KEY=
# ── Meilisearch ──────────────────────────────────────────────────────────────
MEILI_ENV=production
MEILI_MASTER_KEY=