Skip to content

Commit

Permalink
fix: Keep storage paths consistent with previous version
Browse files Browse the repository at this point in the history
  • Loading branch information
joachimvh committed Apr 19, 2022
1 parent c0bc150 commit 570e167
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/identity/handler/account-store/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"saltRounds": 10,
"storage": {
"@type": "EncodingPathStorage",
"relativePath": "/idp/accounts/",
"relativePath": "/accounts/",
"source": { "@id": "urn:solid-server:default:KeyValueStorage" }
},
"forgotPasswordStorage": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"comment": "Stores all client credential tokens.",
"@id": "urn:solid-server:auth:password:CredentialsStorage",
"@type": "EncodingPathStorage",
"relativePath": "/idp/accounts/credentials/",
"relativePath": "/accounts/credentials/",
"source": { "@id": "urn:solid-server:default:KeyValueStorage" }
},
{
Expand Down

0 comments on commit 570e167

Please sign in to comment.