0% found this document useful (0 votes)
38 views1 page

Env

This document contains configuration settings for a Laravel application, including environment variables for database connection, logging, caching, and mail settings. It specifies local development settings, including a MySQL database and SMTP mail configuration. Additionally, it includes placeholders for AWS and Pusher configurations, which are currently not set.

Uploaded by

MASTER MARIO
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views1 page

Env

This document contains configuration settings for a Laravel application, including environment variables for database connection, logging, caching, and mail settings. It specifies local development settings, including a MySQL database and SMTP mail configuration. Additionally, it includes placeholders for AWS and Pusher configurations, which are currently not set.

Uploaded by

MASTER MARIO
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

APP_NAME=Laravel

APP_ENV=local
APP_KEY=base64:ZEwHdUCahScPrPGHNn64chnTiC5Sa6NAY1njE07nG4E=
APP_DEBUG=true
APP_URL=http://localhost

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=pzi202024
DB_USERNAME=pzi202024
DB_PASSWORD=csdigital2023

BROADCAST_DRIVER=log
CACHE_DRIVER=file
FILESYSTEM_DISK=local
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=smtp.gmail.com
MAIL_PORT=587
[email protected]
MAIL_PASSWORD="vlwu rjxc vaxx tkpg"
MAIL_ENCRYPTION=tls
[email protected]
MAIL_FROM_NAME="Domaci recepti"

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=
AWS_USE_PATH_STYLE_ENDPOINT=false

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_HOST=
PUSHER_PORT=443
PUSHER_SCHEME=https
PUSHER_APP_CLUSTER=mt1

VITE_APP_NAME="${APP_NAME}"
VITE_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
VITE_PUSHER_HOST="${PUSHER_HOST}"
VITE_PUSHER_PORT="${PUSHER_PORT}"
VITE_PUSHER_SCHEME="${PUSHER_SCHEME}"

You might also like