mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix build
This commit is contained in:
parent
934eb78004
commit
530722836c
@ -3,11 +3,9 @@ STACK_SERVER_SECRET=23-wuNpik0gIW4mruTz25rbIvhuuvZFrLOLtL7J4tyo
|
||||
STACK_DATABASE_CONNECTION_STRING=postgres://postgres:password@localhost:5432/stackframe
|
||||
STACK_DIRECT_DATABASE_CONNECTION_STRING=postgres://postgres:password@localhost:5432/stackframe
|
||||
|
||||
NEXT_PUBLIC_DOC_URL=http://localhost:8104
|
||||
|
||||
STACK_EMAIL_HOST=0.0.0.0
|
||||
STACK_EMAIL_PORT=2500
|
||||
EMAIL_SECURE=false
|
||||
STACK_EMAIL_SECURE=false
|
||||
STACK_EMAIL_USERNAME=does not matter, ignored by Inbucket
|
||||
STACK_EMAIL_PASSWORD=does not matter, ignored by Inbucket
|
||||
STACK_EMAIL_SENDER=noreply@example.com
|
||||
|
||||
@ -8,11 +8,9 @@ STACK_SECRET_SERVER_KEY=this-secret-server-key-is-for-local-development-only
|
||||
STACK_DATABASE_CONNECTION_STRING=postgres://postgres:password@localhost:5432/stackframe
|
||||
STACK_DIRECT_DATABASE_CONNECTION_STRING=postgres://postgres:password@localhost:5432/stackframe
|
||||
|
||||
NEXT_PUBLIC_DOC_URL=http://localhost:8104
|
||||
|
||||
STACK_EMAIL_HOST=0.0.0.0
|
||||
STACK_EMAIL_PORT=2500
|
||||
EMAIL_SECURE=false
|
||||
STACK_EMAIL_SECURE=false
|
||||
STACK_EMAIL_USERNAME=does not matter, ignored by Inbucket
|
||||
STACK_EMAIL_PASSWORD=does not matter, ignored by Inbucket
|
||||
STACK_EMAIL_SENDER=noreply@example.com
|
||||
|
||||
@ -2,7 +2,12 @@
|
||||
"$schema": "https://turbo.build/schema.json",
|
||||
"globalEnv": [
|
||||
"STACK_*",
|
||||
"NEXT_PUBLIC_*"
|
||||
"NEXT_PUBLIC_*",
|
||||
"NEXT_PUBLIC_SENTRY_*",
|
||||
"SENTRY_*",
|
||||
"VERCEL_GIT_COMMIT_SHA",
|
||||
"NEXT_PUBLIC_POSTHOG_*",
|
||||
"POSTHOG_*"
|
||||
],
|
||||
"tasks": {
|
||||
"build": {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user