Files
Nils-Johan Gynther 2fecdd2b8a
Test Suite / test (24.15.0) (push) Has been cancelled
feat: add Copilot instructions for database command style
2026-05-13 16:37:32 +02:00

8 lines
268 B
Markdown

# Copilot Instructions
## Database Command Style
When suggesting database commands in this repository, always load credentials from `.env` inline (no hardcoded passwords).
Use robust grep/sed/tr extraction for `MARIADB_ROOT_PASSWORD` and `MARIADB_DATABASE`.