Files
bsrdb/.env.example
Guillermo Pages 777b531ce7 refactor: replace hardcoded credentials with env vars
- Use getenv() with RuntimeException for missing required vars
- Add .env.example template
- Add .env to .gitignore
- Fix missing return statement in config array
2026-01-14 14:15:28 +01:00

5 lines
132 B
Plaintext

# Database configuration
DB_DSN=odbc:Driver=FreeTDS; Server=localhost; Port=1218; Database=mydb
DB_USER=myuser
DB_PASSWORD=changeme