-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
51 lines (47 loc) · 1.63 KB
/
Copy path.env.example
File metadata and controls
51 lines (47 loc) · 1.63 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
# Runtime
NODE_ENV=development
NEXT_PUBLIC_APP_NAME=PP Studio
NEXT_PUBLIC_APP_URL=http://localhost:3000
NEXT_PUBLIC_SITE_DOMAIN=ppstudio.cz
VOUCHER_PUBLIC_DOMAIN=ppstudio.cz
NEXT_PUBLIC_MATOMO_ENABLED=false
NEXT_PUBLIC_CLARITY_ENABLED=false
NEXT_PUBLIC_META_PIXEL_ENABLED=false
NEXT_PUBLIC_WEB_VITALS_ENABLED=true
NEXT_PUBLIC_CLARITY_PROJECT_ID=
NEXT_PUBLIC_META_PIXEL_ID=
NEXT_PUBLIC_MATOMO_URL=https://matomo.example.cz/
NEXT_PUBLIC_MATOMO_SITE_ID=1
MATOMO_URL=https://matomo.example.cz/
MATOMO_SITE_ID=1
MATOMO_AUTH_TOKEN=replace-with-server-side-reporting-token
PUSHOVER_ENABLED=false
PUSHOVER_APP_TOKEN=replace-with-pushover-application-token
# Database
DATABASE_URL="postgresql://postgres:postgres@localhost:5432/ppstudio?schema=public"
SHADOW_DATABASE_URL="postgresql://postgres:postgres@localhost:5432/ppstudio_shadow?schema=public"
# Auth bootstrap accounts
ADMIN_SESSION_SECRET=replace-with-long-random-secret-at-least-32-chars
ADMIN_SESSION_IDLE_MAX_AGE_SECONDS=1209600
ADMIN_SESSION_REFRESH_WINDOW_SECONDS=172800
ADMIN_SESSION_ABSOLUTE_MAX_AGE_SECONDS=3888000
ADMIN_BOOTSTRAP_ENABLED=false
ADMIN_OWNER_EMAIL=owner@example.com
ADMIN_OWNER_PASSWORD=change-me-owner
ADMIN_STAFF_EMAIL=staff@example.com
ADMIN_STAFF_PASSWORD=change-me-staff
# Email delivery
EMAIL_DELIVERY_MODE=background
EMAIL_TRANSPORT=smtp
SMTP_HOST=smtp.example.com
SMTP_PORT=587
SMTP_SECURE=auto
SMTP_USER=mailer@example.com
SMTP_PASSWORD=change-me-smtp
SMTP_FROM_EMAIL=no-reply@example.com
SMTP_FROM_NAME=PP Studio
SMTP_REPLY_TO=hello@example.com
RESEND_API_KEY=re_xxxxxxxxx
RESEND_WEBHOOK_SECRET=whsec_xxxxxxxxx
# Local media storage
MEDIA_STORAGE_ROOT=/var/www/ppstudio-uploads