fix: Keep storage paths consistent with previous version

This commit is contained in:
Joachim Van Herwegen 2022-04-19 11:52:56 +02:00
parent c0bc150122
commit 570e167a36
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
"saltRounds": 10,
"storage": {
"@type": "EncodingPathStorage",
"relativePath": "/idp/accounts/",
"relativePath": "/accounts/",
"source": { "@id": "urn:solid-server:default:KeyValueStorage" }
},
"forgotPasswordStorage": {

View File

@ -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" }
},
{