-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.env.example
57 lines (45 loc) · 1.04 KB
/
.env.example
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
LOG_LEVEL=info
# URLs stuff
PUBLIC_ACCOUNT_URL=https://account.bashbuddy.run
PUBLIC_API_URL=https://api.bashbuddy.run
PUBLIC_AUTHENTICATOR_URL=https://auth.bashbuddy.run
PUBLIC_LANDING_URL=https://bashbuddy.run
# PUBLIC STUFF
PUBLIC_ENVIRONMENT=development
# Auth stuff
AUTH_GOOGLE_CLIENT_ID=
AUTH_GOOGLE_CLIENT_SECRET=
AUTH_GOOGLE_CALLBACK_URL=
# Database
POSTGRES_URL="postgres://postgres:password@localhost:5432/postgres"
## Upstash
REDIS_URL=
REDIS_TOKEN=
# Posthog
PUBLIC_POSTHOG_ENDPOINT=https://eu.i.posthog.com
PUBLIC_POSTHOG_API_KEY=
# Sentry
PUBLIC_ACCOUNT_SENTRY_DSN=
API_SENTRY_DSN=
PUBLIC_AUTHENTICATOR_SENTRY_DSN=
PUBLIC_LANDING_SENTRY_DSN=
# AI Stuff
GROQ_API_KEY=
LANGFUSE_SECRET_KEY="sk-lf-..."
LANGFUSE_PUBLIC_KEY="pk-lf-..."
LANGFUSE_BASEURL="https://cloud.langfuse.com"
# ngrok for server
NGROK_ENABLED=false
NGROK_AUTHTOKEN=
NGROK_URL=
# Stripe
PUBLIC_STRIPE_ENABLED=false
STRIPE_PUBLIC_KEY=
STRIPE_SECRET_KEY=
STRIPE_WEBHOOK_SECRET=
# Email
SMTP_EMAIL_HOST=
SMTP_EMAIL_PORT=
SMTP_EMAIL_ADDRESS=
SMTP_EMAIL_PASSWORD=
SMTP_SENDFROM=