Skip to content

Commit 0ceb69e

Browse files
authored
Apply suggestions from code review
1 parent 81c610d commit 0ceb69e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/guides/authenticating_with_a_script.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ On **Linux / macOS** (Bash):
112112
SOLID_CLIENT_ID="your-client-id" \
113113
SOLID_CLIENT_SECRET="your-client-secret" \
114114
SOLID_OIDC_ISSUER="http://localhost:3000" \
115-
SOLID_RESOURCE_URL="https://example.solidcommunity.net/your-pod/private-resource" \
115+
SOLID_RESOURCE_URL="http://localhost:3000/your-pod/private-resource" \
116116
node index.js
117117
```
118118
@@ -122,7 +122,7 @@ On **Windows** (PowerShell):
122122
$env:SOLID_CLIENT_ID="your-client-id"
123123
$env:SOLID_CLIENT_SECRET="your-client-secret"
124124
$env:SOLID_OIDC_ISSUER="http://localhost:3000"
125-
$env:SOLID_RESOURCE_URL="https://example.solidcommunity.net/your-pod/private-resource"
125+
$env:SOLID_RESOURCE_URL="http://localhost:3000/your-pod/private-resource"
126126
node index.js
127127
```
128128

0 commit comments

Comments
 (0)