Skip to content

Commit

Permalink
Update .env
Browse files Browse the repository at this point in the history
removed app info
  • Loading branch information
Devkumar2021024 committed Sep 17, 2023
1 parent b2ac5dd commit 973425a
Showing 1 changed file with 0 additions and 51 deletions.
51 changes: 0 additions & 51 deletions .env
Original file line number Diff line number Diff line change
@@ -1,52 +1 @@
APP_NAME="TheHotel"
APP_ENV=local
APP_KEY=base64:f+OiWperJwrrwRuxNeiKK9NommDUTVOkU7AptiCZNAE=
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=online_hotel_booking
DB_USERNAME=root
DB_PASSWORD=

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=sandbox.smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=6ce75575d92fea
MAIL_PASSWORD=5c6754d8ec23f5
MAIL_ENCRYPTION=tls
MAIL_FROM_ADDRESS="kumarravi91158@gmail.com"
MAIL_FROM_NAME="${APP_NAME}"

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_APP_CLUSTER=mt1

MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

0 comments on commit 973425a

Please sign in to comment.