mandant-crm/.env.example
2026-06-23 15:50:10 +07:00

12 lines
No EOL
307 B
Text

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