Skip to content
This repository has been archived by the owner on May 21, 2021. It is now read-only.

Commit

Permalink
Remove .env from repo
Browse files Browse the repository at this point in the history
  • Loading branch information
hedii committed Jan 21, 2018
1 parent 6bffd7b commit f943c4f
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .env
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
APP_NAME="Php Crawler"
APP_NAME=Crawler
APP_ENV=local
APP_KEY=base64:WcNbldRa9SqDlgb67nkd9pThCKrS7PUfPeEAG3wNXg0=
APP_KEY=base64:IeGUFTqjLYFLOEMmFTfAu+kqJsls621gqxp8YhVTGXI=
APP_DEBUG=true
APP_LOG_LEVEL=debug
APP_URL=http://php-crawler.dev
APP_URL=http://crawler.localhost

DB_CONNECTION=mysql
DB_HOST=127.0.0.1
DB_PORT=3306
DB_DATABASE=php_crawler
DB_DATABASE=crawler
DB_USERNAME=root
DB_PASSWORD=

Expand All @@ -25,10 +25,11 @@ REDIS_PORT=6379
MAIL_DRIVER=smtp
MAIL_HOST=smtp.mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_USERNAME=523747489a1bded91
MAIL_PASSWORD=11dfd436c264db
MAIL_ENCRYPTION=null

PUSHER_APP_ID=
PUSHER_APP_KEY=
PUSHER_APP_SECRET=
PUSHER_APP_CLUSTER=mt1

0 comments on commit f943c4f

Please sign in to comment.