Skip to content

Commit

Permalink
changes from Tomek comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Dammes committed Apr 17, 2018
1 parent 54e0974 commit 40311a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
7 changes: 0 additions & 7 deletions config/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -116,13 +116,6 @@

'evidencio_key' => env('EVIDENCIO_KEY'),


/*
|--------------------------------------------------------------------------
| Evidencio API key
|--------------------------------------------------------------------------
*/

/*
|--------------------------------------------------------------------------
| Autoloaded Service Providers
Expand Down
2 changes: 1 addition & 1 deletion config/database.php
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
'mysql' => [
'driver' => 'mysql',
'host' => env('DB_HOST', '127.0.0.1'),
'port' => env('DB_PORT', '8080'),
'port' => env('DB_PORT', '3306'),
'database' => env('DB_DATABASE', 'forge'),
'username' => env('DB_USERNAME', 'forge'),
'password' => env('DB_PASSWORD', ''),
Expand Down

0 comments on commit 40311a0

Please sign in to comment.