chore: initialize monorepo wrapper

This commit is contained in:
2026-03-03 16:28:46 +00:00
commit 297f4f5e4a
7 changed files with 197 additions and 0 deletions

25
.env.example Normal file
View File

@@ -0,0 +1,25 @@
# Root environment for docker compose
# Required by POCSite. Must be a 32-byte hex string.
ENCRYPTION_KEY=0123456789abcdef0123456789abcdef0123456789abcdef0123456789abcdef
# Public site URL exposed from the host.
NEXT_PUBLIC_APP_URL=http://localhost:3000
# Postgres service defaults used by compose and Prisma.
POSTGRES_DB=pocdb
POSTGRES_USER=pocuser
POSTGRES_PASSWORD=pocpassword
# Runtime toggle for Prisma migrations on container startup.
RUN_MIGRATIONS=true
# Pipeline service retry behavior.
PIPELINE_RETRY_LIMIT=1
# LLM provider credentials for POCGraphGen.
ANTHROPIC_API_KEY=
OPENAI_API_KEY=
AZURE_OPENAI_API_KEY=
AZURE_OPENAI_ENDPOINT=
GOOGLE_API_KEY=