Skip to content

Commit

Permalink
Update bluesky.php
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Dec 4, 2024
1 parent e806840 commit 5a74203
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/bluesky.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?php

return [
// service / PDS url
// service / PDS / Entryway url
'service' => env('BLUESKY_SERVICE', 'https://bsky.social'),

// PLC directory
Expand Down Expand Up @@ -55,7 +55,7 @@
'client_id' => env('BLUESKY_CLIENT_ID'),
'redirect' => env('BLUESKY_REDIRECT'),

// Private key(base64 encoded)
// Private key(base64url encoded)
'private_key' => env('BLUESKY_OAUTH_PRIVATE_KEY'),

// Route prefix
Expand Down

0 comments on commit 5a74203

Please sign in to comment.