File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ On **Linux / macOS** (Bash):
112112SOLID_CLIENT_ID = " your-client-id" \
113113SOLID_CLIENT_SECRET = " your-client-secret" \
114114SOLID_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" \
116116node 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"
126126node index .js
127127` ` `
128128
You can’t perform that action at this time.
0 commit comments