12 lines
307 B
Text
12 lines
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
|