Files
craft2prints/.claude
AndymickandClaude Haiku 4.5 efa0bfa03e Chore: Remove .env from version control for security
- Stop tracking .env file in git (was already in .gitignore)
- .env file remains on local filesystem with PostgreSQL VM connection
- Sensitive credentials (database password, API keys) are no longer committed
- Each developer/PC can maintain their own .env with appropriate secrets

For new setup, copy .env.example to .env and fill in values.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-20 16:25:55 +01:00
..