Files
claudemesh/.env.example
Alejandro Gutiérrez c4e1ff5f28
Some checks failed
CI / Tests / 🧪 Test (push) Has been cancelled
chore: replace TurboStarter brand references in env templates + docs
- 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>
2026-04-05 15:00:52 +01:00

19 lines
791 B
Plaintext

# Since .env is gitignored, you can use .env.example to build a new `.env` file when you clone the repo.
# Keep this file up-to-date when you add new variables to \`.env\`.
# This file will be committed to version control, so make sure not to have any secrets in it.
# If you are cloning this repo, create a copy of this file named `.env` and populate it with your secrets.
# The database URL is used to connect to your database.
DATABASE_URL="postgresql://turbostarter:turbostarter@localhost:5432/core"
# The name of the product. This is used in various places across the apps.
PRODUCT_NAME="claudemesh"
# The url of the web app. Used mostly to link between apps.
URL="http://localhost:3000"
# Default locale of the apps, can be overridden separately in each app.
DEFAULT_LOCALE="en"