-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathexample.env
More file actions
38 lines (30 loc) · 1.2 KB
/
example.env
File metadata and controls
38 lines (30 loc) · 1.2 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
# Set node environment, default to development
# APP_ENV is a fallback in case vite overrides with its default to production
NODE_ENV=development
APP_ENV=development
# DEPLOY_ENV is used to determine the content location.
# LocalSiteOnly, LocalMonorepo, Vercel, and Railway are options.
DEPLOY_ENV=LocalSiteOnly
# Root path for the monorepo - adjust based on your system
# Linux: /home/mps/code/lossless-monorepo
# Mac: /Users/mpstaton/code/lossless-monorepo
MONOREPO_ROOT=/home/mps/code/lossless-monorepo
# Set to 'true' to enable verbose markdown debug output (includes full AST dumps)
# Debug outputs by default to ./site/debug
DEBUG_AST=false
PUBLIC_DEBUG_AST=false
DEBUG_MARKDOWN=false
DEBUG_MARKDOWN_VERBOSE=false
# Citation debugging flags
DEBUG_CITATIONS=true
DEBUG_CITATIONS_VERBOSE=false
# If you are on the Lossless team, ask for the TURSO_DB_URL and ASTRO_DB_REMOTE_URL,
# as well as the IMAGEKIT_PUBLIC_KEY and IMAGEKIT_PRIVATE_KEY
# a Turso DB URL for citations or backups
TURSO_DB_URL=
# Astro DB configuration
ASTRO_DB_REMOTE_URL=
# ImageKit configuration for image uploads and fetches.
# ImageKit will house content files banner_image and portrait_image urls.
IMAGEKIT_PUBLIC_KEY=
IMAGEKIT_PRIVATE_KEY=