Skip to content
This repository has been archived by the owner on Nov 26, 2023. It is now read-only.

Commit

Permalink
Added environment variable PLUGIN_AUTH_TYPE
Browse files Browse the repository at this point in the history
  • Loading branch information
breart committed Sep 8, 2017
1 parent 1a86faf commit e5c5cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@
| Authentication Type
|--------------------------------------------------------------------------
|
| The type of authentication. Currently only JWT is supported
| The type of authentication. Possible values: JWT, jwt, NONE, none
|
*/

'authType' => 'jwt',
'authType' => env('PLUGIN_AUTH_TYPE', 'jwt'),

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit e5c5cb0

Please sign in to comment.