mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-13 21:01:21 +08:00
Some checks failed
Docker Build and Push / Docker Build and Push Server (push) Has been cancelled
Runs E2E API Tests / build (20.x) (push) Has been cancelled
Runs E2E API Tests / build (22.x) (push) Has been cancelled
Lint & build / lint_and_build (20.x) (push) Has been cancelled
Lint & build / lint_and_build (22.x) (push) Has been cancelled
TOC Generator / TOC Generator (push) Has been cancelled
17 lines
876 B
Plaintext
17 lines
876 B
Plaintext
NEXT_PUBLIC_STACK_API_URL=http://localhost:8102
|
|
NEXT_PUBLIC_STACK_DASHBOARD_URL=http://localhost:8101
|
|
|
|
STACK_DATABASE_CONNECTION_STRING=postgres://postgres:password@host.docker.internal:5432/stackframe
|
|
STACK_DIRECT_DATABASE_CONNECTION_STRING=postgres://postgres:password@host.docker.internal:5432/stackframe
|
|
|
|
STACK_SEED_INTERNAL_PROJECT_PUBLISHABLE_CLIENT_KEY=this-publishable-client-key-is-for-local-development-only
|
|
STACK_SEED_INTERNAL_PROJECT_SECRET_SERVER_KEY=this-secret-server-key-is-for-local-development-only
|
|
STACK_SEED_INTERNAL_PROJECT_SUPER_SECRET_ADMIN_KEY=23-wuNpik0gIW4mruTz25rbIvhuuvZFrLOLtL7J4tyo
|
|
STACK_SEED_INTERNAL_PROJECT_ALLOW_LOCALHOST=true
|
|
STACK_SEED_INTERNAL_PROJECT_USER_EMAIL=admin@email.com
|
|
STACK_SEED_INTERNAL_PROJECT_USER_PASSWORD=password
|
|
STACK_SEED_INTERNAL_PROJECT_USER_INTERNAL_ACCESS=false
|
|
|
|
STACK_RUN_MIGRATIONS=true
|
|
STACK_RUN_SEED_SCRIPT=true
|