chore: replace TurboStarter brand references in env templates + docs
Some checks failed
CI / Tests / 🧪 Test (push) Has been cancelled

- PRODUCT_NAME default: TurboStarter → claudemesh (.env.example, .env.local)
- SEED_EMAIL default: me@turbostarter.devdev@example.com
- README dev accounts table: reflect new seed email format
- DEPLOY.md: fix stale SEED_EMAIL reference

Keeps DB user as turbostarter per docker-compose.yml default; retains
TurboStarter attribution link in README Contributing section (legit
credit for the template this repo is built on).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alejandro Gutiérrez
2026-04-05 15:00:52 +01:00
parent 6edb188428
commit c4e1ff5f28
5 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@
DATABASE_URL="postgresql://turbostarter:turbostarter@localhost:5432/core" DATABASE_URL="postgresql://turbostarter:turbostarter@localhost:5432/core"
# The name of the product. This is used in various places across the apps. # The name of the product. This is used in various places across the apps.
PRODUCT_NAME="TurboStarter" PRODUCT_NAME="claudemesh"
# The url of the web app. Used mostly to link between apps. # The url of the web app. Used mostly to link between apps.
URL="http://localhost:3000" URL="http://localhost:3000"

View File

@@ -30,7 +30,7 @@ BETTER_AUTH_TRUSTED_ORIGINS="https://your-app.example.com"
# ── PRODUCT ────────────────────────────────────────────────── # ── PRODUCT ──────────────────────────────────────────────────
# [OPTIONAL] App display name (default: "TurboStarter") # [OPTIONAL] App display name (default: "claudemesh")
NEXT_PUBLIC_PRODUCT_NAME="MyApp" NEXT_PUBLIC_PRODUCT_NAME="MyApp"
# [OPTIONAL] Contact email shown in the app # [OPTIONAL] Contact email shown in the app

View File

@@ -189,7 +189,7 @@ pkill -f "ssh -f -N -L 5440"
## Step 7: Verify ## Step 7: Verify
Open your app URL. Sign in with: Open your app URL. Sign in with:
- Email: value of `SEED_EMAIL` (default: `me@turbostarter.dev`) - Email: value of `SEED_EMAIL` (default: `dev@example.com`)
- Password: value of `SEED_PASSWORD` (default: `Pa$$w0rd`) - Password: value of `SEED_PASSWORD` (default: `Pa$$w0rd`)
--- ---

View File

@@ -196,8 +196,8 @@ After `pnpm services:setup`:
| Role | Email | Password | | Role | Email | Password |
|-------|-------------------------------|------------| |-------|-------------------------------|------------|
| User | `me+user@turbostarter.dev` | `Pa$$w0rd` | | User | `dev+user@example.com` | `Pa$$w0rd` |
| Admin | `me+admin@turbostarter.dev` | `Pa$$w0rd` | | Admin | `dev+admin@example.com` | `Pa$$w0rd` |
### Common commands ### Common commands

View File

@@ -49,7 +49,7 @@ GITHUB_CLIENT_SECRET="<your-github-client-secret>"
# Seed config (used for accounts in development environment) # Seed config (used for accounts in development environment)
SEED_EMAIL="me@turbostarter.dev" SEED_EMAIL="dev@example.com"
SEED_PASSWORD="Pa\$\$w0rd" SEED_PASSWORD="Pa\$\$w0rd"