-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env
More file actions
19 lines (15 loc) · 782 Bytes
/
.env
File metadata and controls
19 lines (15 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Base environment variables shared across all environments
# Loaded first by .envrc, then overlaid with .env.$ENV and .env.local
# DO NOT put secrets here - use .env.local instead
# Compiler version
COMPILER_VERSION=0.11.5
# Server port (default: 8787)
PORT=8787
# NOTE: Do not set DENO_DIR globally here, as this file is loaded in CI/GitHub Actions
# and /app/.deno may not exist or be writable. Configure DENO_DIR only in
# environment-specific files (e.g. .env.docker) or in container configs.
# DENO_DIR=/app/.deno
# Worker runtime vars (CLERK_*, TURNSTILE_*, ENVIRONMENT, CORS_*) belong in
# .dev.vars (local) or wrangler.toml [vars] (production) — NOT here.
# direnv loads .dev.vars last, making them available in the shell too.
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true