-
Notifications
You must be signed in to change notification settings - Fork 3
/
example.env
28 lines (22 loc) · 1.06 KB
/
example.env
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
# -----------------------------------------------------------------------------
# App
# -----------------------------------------------------------------------------
NEXT_PUBLIC_APP_URL=http://localhost:3000
# -----------------------------------------------------------------------------
# Environment
# -----------------------------------------------------------------------------
NODE_ENV=development
# -----------------------------------------------------------------------------
# Directus (Directus CRM)
# -----------------------------------------------------------------------------
DIRECTUS_URL=http://localhost:8055
DIRECTUS_PROJECT_NAME=directus
DIRECTUS_USER_CREATOR_TOKEN=XXXXXXXXXX
DIRECTUS_TOKEN_EXPIRATION_ADJUSTMENT=86400
DIRECTUS_DEFAULT_ROLE_ID=XXXXX
DIRECTUS_PROJECT_NAME=directus
# -----------------------------------------------------------------------------
# Posthog (Analytics)
# -----------------------------------------------------------------------------
NEXT_PUBLIC_POSTHOG_KEY=XXXXXXXX
NEXT_PUBLIC_HOST_URL=https://app.posthog.com # or keep your custom url