-
Notifications
You must be signed in to change notification settings - Fork 1
/
.env.example
50 lines (39 loc) · 1.24 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
NEXTAUTH_URL="http://localhost:3000"
NEXTAUTH_SECRET="this is a secret example"
SIGNUPS_ENABLED="true"
# This is the default development url and should work with the Docker Compose setup.
DATABASE_URL="postgresql://onlaunch:password@localhost:5432/onlaunch?schema=public"
SENTRY_DSN=
SENTRY_REPLAYS_SESSION_SAMPLE_RATE=0.1
# This is the default development setup and should work with the Docker Compose setup.
SMTP_HOST=localhost
SMTP_PORT=1025
SMTP_USER=
SMTP_PASS=
SMTP_FROM_EMAIL_ADDRESS="flo@kula.app"
SMTP_FROM_NAME="Flo Ho"
# add your stripe API key here
NEXT_PUBLIC_STRIPE_ENABLED=false
STRIPE_ENABLED=false
STRIPE_WEBHOOK_SECRET=
STRIPE_SECRET_KEY=
STRIPE_USE_AUTOMATIC_TAX=
STRIPE_TAX_RATES=
STRIPE_DYNAMIC_TAX_RATES=
# limit for requests of the free subscription version
SUBSCRIPTION_FREE_VERSION_LIMIT=42
# redis data
REDIS_ENABLED=true
REDIS_HOST=
REDIS_PASSWORD=
REDIS_PORT=6379
# enable sentinel mode, if false it will go for a single instance options setup
REDIS_SENTINEL_ENABLED=false
# provide the sentinels in a format like "host1:26379,host2:26379,host3:26379"
REDIS_SENTINELS=
REDIS_SENTINEL_NAME=
# redis cache max age in minutes (60 = 1 hour)
REDIS_CACHE_MAX_AGE=60
CRON_JOB_USAGE_REPORT_API_KEY=
HEALTH_API_KEY=
ADMIN_API_REQUEST_LIMIT=