-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathnetlify.toml
More file actions
14 lines (11 loc) · 713 Bytes
/
netlify.toml
File metadata and controls
14 lines (11 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[build]
command = "corepack yarn install --immutable && if [ \"$CONTEXT\" = \"production\" ]; then corepack yarn db:migrate; fi && corepack yarn build"
[build.environment]
NODE_VERSION = "24"
[[plugins]]
package = "@netlify/plugin-nextjs"
[template.environment]
DATABASE_URL = "PostgreSQL connection string (use a pooler/data proxy for serverless runtimes)."
BETTER_AUTH_SECRET = "Generate a random string (e.g. `openssl rand -base64 32`)."
BETTER_AUTH_URL = "Your site's public URL (e.g. https://airbroke.netlify.app). Required for OAuth callbacks."
AIRBROKE_CORS_ORIGINS = "Comma-separated list of allowed origins for /api/v3/notices and /api/sentry/*/envelope CORS (or '*' for quick starts)."