mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
fix: Keep storage paths consistent with previous version
This commit is contained in:
parent
c0bc150122
commit
570e167a36
@ -8,7 +8,7 @@
|
||||
"saltRounds": 10,
|
||||
"storage": {
|
||||
"@type": "EncodingPathStorage",
|
||||
"relativePath": "/idp/accounts/",
|
||||
"relativePath": "/accounts/",
|
||||
"source": { "@id": "urn:solid-server:default:KeyValueStorage" }
|
||||
},
|
||||
"forgotPasswordStorage": {
|
||||
|
@ -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" }
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user