mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
19 lines
724 B
Plaintext
19 lines
724 B
Plaintext
NEXT_PUBLIC_STACK_URL=http://localhost:8101
|
|
SERVER_SECRET=23-wuNpik0gIW4mruTz25rbIvhuuvZFrLOLtL7J4tyo
|
|
|
|
NEXT_PUBLIC_STACK_PROJECT_ID=internal
|
|
NEXT_PUBLIC_STACK_PUBLISHABLE_CLIENT_KEY=this-publishable-client-key-is-for-local-development-only
|
|
STACK_SECRET_SERVER_KEY=this-secret-server-key-is-for-local-development-only
|
|
|
|
DATABASE_CONNECTION_STRING=postgres://postgres:password@localhost:5432/stackframe
|
|
DIRECT_DATABASE_CONNECTION_STRING=postgres://postgres:password@localhost:5432/stackframe
|
|
|
|
NEXT_PUBLIC_DOC_URL=http://localhost:8104
|
|
|
|
EMAIL_HOST=0.0.0.0
|
|
EMAIL_PORT=2500
|
|
EMAIL_SECURE=false
|
|
EMAIL_USERNAME=does not matter, ignored by Inbucket
|
|
EMAIL_PASSWORD=does not matter, ignored by Inbucket
|
|
EMAIL_SENDER=noreply@example.com
|