Skip to content

Commit

Permalink
update: do not ignore .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
shengyou committed Aug 11, 2015
1 parent 1ea9409 commit c129838
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 20 additions & 0 deletions uwamp/www/laravel/.env
@@ -0,0 +1,20 @@
APP_ENV=local
APP_DEBUG=true
APP_KEY=OZ0dhMdiP79S4kAfvH7BGvKfOM2FN0OI

DB_HOST=localhost
DB_PORT=33060
DB_DATABASE=laravel_local
DB_USERNAME=root
DB_PASSWORD=root

CACHE_DRIVER=file
SESSION_DRIVER=file
QUEUE_DRIVER=sync

MAIL_DRIVER=smtp
MAIL_HOST=mailtrap.io
MAIL_PORT=2525
MAIL_USERNAME=null
MAIL_PASSWORD=null
MAIL_ENCRYPTION=null
1 change: 0 additions & 1 deletion uwamp/www/laravel/.gitignore
@@ -1,4 +1,3 @@
/node_modules
Homestead.yaml
Homestead.json
.env

0 comments on commit c129838

Please sign in to comment.