-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy path.env.development.example
More file actions
28 lines (21 loc) · 1013 Bytes
/
.env.development.example
File metadata and controls
28 lines (21 loc) · 1013 Bytes
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
# Static generation - ALL environment variables are BUILD time ONLY.
# Inlined at build time and immutable at runtime.
# --------------- Required ---------------
# Your website url.
# Includes protocol https:// or http://, no trailing slash '/'.
# Example values: http://localhost:3000
SITE_URL=http://localhost:3000
# --------------- Optional ---------------
# Url of the 'script.js' file hosted on Plausible analytics server.
# Can be either hosted by Plausible or your own self-hosted server instance.
# Example values: https://plausible.io/js/script.js | https://plausible.arm1.nemanjamitic.com/js/script.js | empty
PLAUSIBLE_SCRIPT_URL=
# Domain that identifies your website instance in Plausible analytics dashboard.
# Example values: localhost:3000 | empty
# Default value: SITE_URL without https://
PLAUSIBLE_DOMAIN=
# Include draft posts and projects.
# Ignored in development. Drafts are always included in development.
# Example values: true | false | empty
# Default value: false
PREVIEW_MODE=