From 570e167a36b8da14561680d2709190ea78e15b61 Mon Sep 17 00:00:00 2001 From: Joachim Van Herwegen Date: Tue, 19 Apr 2022 11:52:56 +0200 Subject: [PATCH] fix: Keep storage paths consistent with previous version --- config/identity/handler/account-store/default.json | 2 +- config/identity/handler/interaction/routes/credentials.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/identity/handler/account-store/default.json b/config/identity/handler/account-store/default.json index 24e67c0a0..d44a5ef65 100644 --- a/config/identity/handler/account-store/default.json +++ b/config/identity/handler/account-store/default.json @@ -8,7 +8,7 @@ "saltRounds": 10, "storage": { "@type": "EncodingPathStorage", - "relativePath": "/idp/accounts/", + "relativePath": "/accounts/", "source": { "@id": "urn:solid-server:default:KeyValueStorage" } }, "forgotPasswordStorage": { diff --git a/config/identity/handler/interaction/routes/credentials.json b/config/identity/handler/interaction/routes/credentials.json index 2e99a86a3..5b944bf4f 100644 --- a/config/identity/handler/interaction/routes/credentials.json +++ b/config/identity/handler/interaction/routes/credentials.json @@ -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" } }, {