Skip to content

Commit

Permalink
Merge pull request #40 from specialtactics/v2
Browse files Browse the repository at this point in the history
Updating example env file
  • Loading branch information
specialtactics authored May 12, 2020
2 parents 0837102 + 9e9c59f commit 9fc57fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,14 @@ REDIS_HOST=your_project_redis
REDIS_PASSWORD=null
REDIS_PORT=6379

MAIL_DRIVER=log
MAIL_MAILER=log
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
MAIL_FROM_ADDRESS=null
MAIL_FROM_NAME="${APP_NAME}"

AWS_ACCESS_KEY_ID=
AWS_SECRET_ACCESS_KEY=
Expand Down Expand Up @@ -75,7 +77,7 @@ DATA_PATH_HOST=./storage/laradock/
### PHP ###########################################

# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 7.2, 7.3
PHP_VERSION=7.3
PHP_VERSION=7.4

# Enable Xdebug
PHP_XDEBUG_ENABLE=false
Expand Down

0 comments on commit 9fc57fd

Please sign in to comment.