stack/docs/.env
mantrakp04 d8065c4af7
Some checks failed
DB migration compat / Check if migrations changed (push) Has been cancelled
DB migration compat / Back-compat — Current branch migrations with ${{ needs.check-migrations-changed.outputs.base_branch }} branch code (push) Has been cancelled
DB migration compat / Forward-compat — Current branch code with ${{ needs.check-migrations-changed.outputs.base_branch }} branch migrations (push) Has been cancelled
DB migration compat / No migration changes (skipped) (push) Has been cancelled
Update environment configurations and remove internal secret validation for docs tools
- Added `STACK_DOCS_INTERNAL_BASE_URL` to backend `.env` and `.env.development` files for AI tool bundle configuration.
- Removed references to `STACK_INTERNAL_DOCS_TOOLS_SECRET` from backend and docs environment files and validation logic from the docs tools API route.
- Introduced a new `.env` file for the docs app with essential configuration variables.
2026-04-03 17:51:10 -07:00

6 lines
332 B
Bash

# Basic
NEXT_PUBLIC_STACK_API_URL=# the base URL of Stack's backend/API
NEXT_PUBLIC_STACK_PROJECT_ID=# the project ID to use
NEXT_PUBLIC_STACK_PUBLISHABLE_CLIENT_KEY=# publishable client key for the project
STACK_SECRET_SERVER_KEY=# secret server key for the project
STACK_OPENROUTER_API_KEY=# OpenRouter API key for AI-enabled chat