Skip to content

Commit

Permalink
.env.example fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
vmcvlad committed Oct 9, 2024
1 parent 843b985 commit 709791d
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ APP_NAME=Enso
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_TIMEZONE=UTC

APP_URL=http://localhost

APP_LOCALE=en
Expand All @@ -21,15 +21,14 @@ LOG_STACK=single
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=sqlite
# DB_HOST=127.0.0.1
# DB_PORT=3306
# DB_DATABASE=enso
# DB_USERNAME=root
# DB_PASSWORD=
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=enso
DB_USERNAME=root
DB_PASSWORD=


SESSION_DRIVER=database
SESSION_DRIVER=file
SESSION_LIFETIME=120
SESSION_ENCRYPT=false
SESSION_PATH=/
Expand All @@ -39,7 +38,7 @@ BROADCAST_CONNECTION=log
FILESYSTEM_DISK=local
QUEUE_CONNECTION=database

CACHE_STORE=database
CACHE_DRIVER=file
CACHE_PREFIX=

CACHE_LIFETIME=60
Expand Down

0 comments on commit 709791d

Please sign in to comment.