mandant-crm/.env.example

12 lines
307 B
Text
Raw Normal View History

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