Update seeds to use @example.com

See also https://www.rfc-editor.org/rfc/rfc2606.html
This commit is contained in:
Mike Dalessio
2025-12-03 15:35:25 -05:00
parent 8064e017dc
commit 6345aa4787
7 changed files with 15 additions and 42 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ bin/dev # Start development server (runs on port 3006)
```
Development URL: http://fizzy.localhost:3006
Login with: david@37signals.com (development fixtures), password will appear in the browser console
Login with: david@example.com (development fixtures), password will appear in the browser console
### Testing
```bash
@@ -142,7 +142,7 @@ Key recurring tasks (via `config/recurring.yml`):
### Chrome MCP (Local Dev)
URL: `http://fizzy.localhost:3006`
Login: david@37signals.com (passwordless magic link auth - check rails console for link)
Login: david@example.com (passwordless magic link auth - check rails console for link)
Use Chrome MCP tools to interact with the running dev app for UI testing and debugging.