feat: Remove base64 encoding from storages

This commit is contained in:
Joachim Van Herwegen
2023-10-10 14:55:10 +02:00
parent 16378ec470
commit e1c5189cb8
6 changed files with 19 additions and 37 deletions

View File

@@ -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" }
}
}
]