Skip to content

Commit

Permalink
Update .env.example
Browse files Browse the repository at this point in the history
  • Loading branch information
AlpetGexha committed Jun 27, 2023
1 parent 3b64c7a commit 5d96125
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
APP_NAME=Laravel
APP_NAME="Laravel Asset Management"
APP_ENV=local
APP_KEY=
APP_KEY=base64:pu7C5wSrDeGmKg4g0BVNzujY7qcihk6kfAqLEDLAnJw=
APP_DEBUG=true
APP_URL=http://localhost
APP_URL=http://127.0.0.1:8000

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
Expand All @@ -11,12 +11,12 @@ LOG_LEVEL=debug
DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=laravel
DB_DATABASE=asset_management
DB_USERNAME=root
DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
CACHE_DRIVER=array
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync
SESSION_DRIVER=database
Expand Down

0 comments on commit 5d96125

Please sign in to comment.