Skip to content

Commit

Permalink
Add path option to publishable config file.
Browse files Browse the repository at this point in the history
All `config('passport.*')` values should be represented in the template
config file. `path` was the only one missing.
  • Loading branch information
selfsimilar committed Feb 6, 2024
1 parent 121f030 commit dd4a9a3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions config/passport.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,15 @@
'secret' => env('PASSPORT_PERSONAL_ACCESS_CLIENT_SECRET'),
],

/*
|--------------------------------------------------------------------------
| Route prefix
|--------------------------------------------------------------------------
|
| All routes start with this. Default is `oauth`.
|
*/

'path' => 'oauth',

];

0 comments on commit dd4a9a3

Please sign in to comment.