mandant-crm/.env.example

12 lines
269 B
Text
Raw Permalink Normal View History

2026-06-23 08:50:10 +00:00
APP_NAME=MandantCRM
APP_ENV=local
APP_KEY=
2026-06-23 08:50:10 +00:00
APP_URL=http://localhost
DB_HOST=mysql
DB_PORT=3306
DB_DATABASE=mandantcrm
DB_USERNAME=mandantcrm
DB_PASSWORD=secret
2026-06-23 08:50:10 +00:00
SANCTUM_STATEFUL_DOMAINS=localhost,localhost:3000
SESSION_DOMAIN=localhost
FRONTEND_URL=http://localhost:3000