# Local secrets for this CA-Automator instance. Never shared, never part of
# any template handed to another firm — start.sh sources this before
# launching, so a key set here persists across restarts without living in
# any script that might get copied elsewhere.
GROQ_API_KEY=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

# MySQL is this installation's database of record as of 2026-08-31 — the
# real data was migrated from data/ca_automator.db via
# server/migrate_sqlite_to_mysql.py (row counts verified matching; see
# docs/mysql-migration.md). The SQLite file is kept only as a pre-cutover
# backup, never written to again.
CA_DB_ENGINE=mysql
CA_MYSQL_HOST=localhost
CA_MYSQL_PORT=3306
CA_MYSQL_USER=root
CA_MYSQL_PASSWORD=
CA_MYSQL_DATABASE=ca_automator
