CRM setup required

Add the CRM access env vars before using this dashboard.

The CRM is now wired for a protected file-backed store. To unlock it, add these variables to .env.localand restart the app.

CRM_ACCESS_PASSWORD=choose_a_passcode CRM_SESSION_SECRET=choose_a_long_random_secret

Example placeholders were also added to .env.example.