Skip to content

Commit

Permalink
A few updates to default .env parameters and minor infrastructure update
Browse files Browse the repository at this point in the history
  • Loading branch information
jjdejong committed Jan 28, 2024
1 parent 97d4b8f commit 279ad66
Show file tree
Hide file tree
Showing 4 changed files with 153 additions and 150 deletions.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ APP_LOCALE=fr
APP_TIMEZONE=Europe/Paris

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
Expand All @@ -22,10 +24,13 @@ OPS_SECRET="Your Consumer Secret Key"

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
Expand Down
Loading

0 comments on commit 279ad66

Please sign in to comment.