-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (30 loc) · 1.06 KB
/
.env.example
File metadata and controls
38 lines (30 loc) · 1.06 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
# .env.example
# Copy to .env and fill in values
# Database
POSTGRES_USER=textstack_prod
POSTGRES_PASSWORD=<secure-password>
POSTGRES_DB=textstack_prod
# JWT
JWT_SECRET=<min-32-char-secret>
JWT_ISSUER=textstack.app
JWT_AUDIENCE=textstack.app
# Google OAuth
GOOGLE_CLIENT_ID=<google-client-id>
# Environment
ASPNETCORE_ENVIRONMENT=Production
# Search (postgres — Meilisearch provider exists in code but not in default compose)
SEARCH_PROVIDER=postgres
# IndexNow (Bing/Yandex instant indexing)
INDEXNOW_KEY=
INDEXNOW_ENABLED=false
# OpenAI (contextual /explain endpoint + translation)
# gpt-4.1-nano: cheapest + fastest non-reasoning. Default for /explain + /translate.
# gpt-4o-mini / gpt-4.1-mini: bump up if quality not enough on nano.
# gpt-5-mini / o-series: reasoning (slow + higher token cost, not needed for short hot-path tasks).
OPENAI_API_KEY=
OPENAI_MODEL=gpt-4.1-nano
# Resend (email: password reset + admin ops alerts)
RESEND_API_KEY=
RESEND_FROM_EMAIL=noreply@textstack.app
# Where SEO backfill / ops failure alerts go. Empty = alerts disabled.
ADMIN_ALERT_EMAIL=