-
-
Save madalinignisca/22d7a3971f6c34dbc846c38625d96a71 to your computer and use it in GitHub Desktop.
Laravel env with lots of goodies
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
APP_NAME=Laravel | |
APP_ENV=local | |
APP_KEY=base64:nFiB+9iH3czw93BGTUvW0Ua4j+pQFIn+sUq6IJJzHWI= | |
APP_DEBUG=true | |
APP_URL=http://localhost:8000 | |
SANCTUM_STATEFUL_DOMAINS=localhost:3000 | |
SPA_URL=http://localhost:3000 | |
SESSION_DOMAIN=localhost | |
LOG_CHANNEL=stack | |
LOG_LEVEL=debug | |
DB_CONNECTION=mysql | |
DB_HOST=mariadb | |
DB_PORT=3306 | |
DB_DATABASE=main | |
DB_USERNAME=root | |
DB_PASSWORD=root | |
BROADCAST_DRIVER=log | |
CACHE_DRIVER=file | |
QUEUE_CONNECTION=sync | |
SESSION_DRIVER=file | |
SESSION_LIFETIME=120 | |
MEMCACHED_HOST=127.0.0.1 | |
REDIS_HOST=127.0.0.1 | |
REDIS_PASSWORD=null | |
REDIS_PORT=6379 | |
MAIL_MAILER=smtp | |
MAIL_HOST=mailhog | |
MAIL_PORT=1025 | |
MAIL_USERNAME=null | |
MAIL_PASSWORD=null | |
MAIL_ENCRYPTION=null | |
[email protected] | |
MAIL_FROM_NAME="${APP_NAME}" | |
AWS_ACCESS_KEY_ID=minio | |
AWS_SECRET_ACCESS_KEY=minio123 | |
AWS_DEFAULT_REGION=us-east-1 | |
AWS_BUCKET=landlord | |
AWS_URL=http://localhost:9000 | |
AWS_ENDPOINT=http://minio:9000 | |
PUSHER_APP_ID= | |
PUSHER_APP_KEY= | |
PUSHER_APP_SECRET= | |
PUSHER_APP_CLUSTER=mt1 | |
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}" | |
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment