Skip to content

Commit

Permalink
REDIRECT
Browse files Browse the repository at this point in the history
  • Loading branch information
mastashake08 committed Feb 19, 2023
1 parent 48ccdd3 commit ebd79cc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -63,3 +63,5 @@ OPENAI_API_KEY=sk-...
STRIPE_KEY=your-stripe-key
STRIPE_SECRET=your-stripe-secret
STRIPE_WEBHOOK_SECRET=your-stripe-webhook-secret

GITHUB_REDIRECT_URL="${APP_URL}/auth/callback"
2 changes: 1 addition & 1 deletion config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
'github' => [
'client_id' => env('GITHUB_CLIENT_ID'),
'client_secret' => env('GITHUB_CLIENT_SECRET'),
'redirect' => url('/auth/callback'),
'redirect' => env('GITHUB_REDIRECT_URL'),
],

];

0 comments on commit ebd79cc

Please sign in to comment.