mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Remove base64 encoding from storages
This commit is contained in:
@@ -7,12 +7,9 @@
|
||||
"@type": "KeyValueChannelStorage",
|
||||
"locker": { "@id": "urn:solid-server:default:ResourceLocker" },
|
||||
"storage": {
|
||||
"@type": "Base64EncodingStorage",
|
||||
"source": {
|
||||
"@type": "ContainerPathStorage",
|
||||
"relativePath": "/notifications/",
|
||||
"source": { "@id": "urn:solid-server:default:KeyValueStorage" }
|
||||
}
|
||||
"@type": "ContainerPathStorage",
|
||||
"relativePath": "/notifications/",
|
||||
"source": { "@id": "urn:solid-server:default:KeyValueStorage" }
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user