Skip to content

Commit

Permalink
πŸ”¨ WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen Melbourne committed Aug 19, 2019
1 parent 5f9f3b5 commit 752e2b3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 33 deletions.
49 changes: 17 additions & 32 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,46 +1,31 @@
APP_NAME=Laravel
APP_NAME="πŸ’‚ Odin"
APP_ENV=local
APP_KEY=
APP_DEBUG=true
APP_URL=http://localhost

LOG_CHANNEL=stack
APP_DEBUG=false
APP_URL=https://odin.localhost

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=homestead
DB_USERNAME=homestead
DB_PASSWORD=secret
DB_DATABASE=odin
DB_USERNAME=root
DB_PASSWORD=

BROADCAST_DRIVER=log
CACHE_DRIVER=file
QUEUE_CONNECTION=sync
SESSION_DRIVER=file
SESSION_LIFETIME=120

REDIS_HOST=127.0.0.1
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
AWS_DEFAULT_REGION=us-east-1
AWS_BUCKET=

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}"
MAIL_DRIVER=mailgun
MAIL_FROM_ADDRESS=[email protected]
#MAIL_HOST=debugmail.io
#MAIL_PORT=25
#[email protected]
#MAIL_PASSWORD=
#MAIL_ENCRYPTION=null

MAILGUN_DOMAIN=mg.stormdev.co.uk
MAILGUN_SECRET=
MAILGUN_ENDPOINT=api.eu.mailgun.net

HORIZON_ENABLED=false
2 changes: 1 addition & 1 deletion config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

'from' => [
'address' => env('MAIL_FROM_ADDRESS', '[email protected]'),
'name' => env('MAIL_FROM_NAME', 'Example'),
'name' => env('APP_NAME'),
],

/*
Expand Down

0 comments on commit 752e2b3

Please sign in to comment.