Skip to content

Commit

Permalink
feat: sync .env with the ltest Laravel .env
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohammad-Alavi committed Apr 28, 2022
1 parent 20fefb0 commit bcf88e9
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ API_DEBUG=true
DEBUGBAR_ENABLED=false

LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug

APP_NAME="apiato"
Expand Down Expand Up @@ -38,10 +39,13 @@ USER_NAMESPACE=App\Containers\AppSection\User\Models\
ADMIN_ROLE=admin

DB_CONNECTION=mysql
QUEUE_CONNECTION=sync
CACHE_DRIVER=file
DB_HOST=127.0.0.1
DB_PORT=3306

BROADCAST_DRIVER=log
FILESYSTEM_DRIVER=local
CACHE_DRIVER=file
FILESYSTEM_DISK=local
QUEUE_CONNECTION=sync

SESSION_DRIVER=file
SESSION_LIFETIME=120
Expand All @@ -50,21 +54,14 @@ SESSION_COOKIE=apiato

MEMCACHED_HOST=127.0.0.1

DB_HOST=localhost
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret

REDIS_HOST=localhost
REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

QUEUE_HOST=localhost
QUEUE_DEFAULT=default
QUEUE_RETRY_AFTER=90
QUEUE_FAILED_DRIVER=database-uuids

MAIL_MAILER=log
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
Expand All @@ -78,6 +75,7 @@ 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=
Expand All @@ -87,8 +85,6 @@ PUSHER_APP_CLUSTER=mt1
MIX_PUSHER_APP_KEY="${PUSHER_APP_KEY}"
MIX_PUSHER_APP_CLUSTER="${PUSHER_APP_CLUSTER}"

ABLY_KEY=

CLIENT_WEB_ID=
CLIENT_WEB_SECRET=

Expand Down

0 comments on commit bcf88e9

Please sign in to comment.