Layout, secret hygiene and workflow per the engagement's version control plan. Nothing functional yet — this establishes the shape before code lands, so the conventions are enforced from the first real commit. - .gitignore + .env.example: no secret can reach a commit object - lefthook + gitleaks pre-commit gate; blocks new files >10MB - templates/ holds config files, never per-template scripts - deploy/nginx/ version controlled rather than hand-edited on the server Refs ADR-007
9 lines
256 B
Text
9 lines
256 B
Text
# Copy to .env and fill. Never commit the filled version.
|
|
OPENAI_API_KEY=
|
|
ANTHROPIC_API_KEY=
|
|
SUPABASE_URL=
|
|
SUPABASE_SERVICE_ROLE_KEY=
|
|
SUPABASE_BUCKET=
|
|
FACE_ENDPOINT_TOKEN=
|
|
DEPLOY_SSH_HOST=3dct
|
|
DEPLOY_TARGET_PATH=/var/www/3dcaketopper.nl/configurator-next/
|