Adds .env.example as a template and .gitignore to exclude the actual .env file, preventing accidental credential commits. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
5 lines
133 B
Plaintext
5 lines
133 B
Plaintext
# Copy to .env and set a strong password before starting
|
|
DB_USER=pamietnik
|
|
DB_NAME=pamietnik
|
|
DB_PASSWORD=change-me-before-production
|