From 2201ba83b1aab286f9fcb84025b23e78151e6fbb Mon Sep 17 00:00:00 2001 From: infogulch Date: Wed, 10 Mar 2021 10:33:46 -0600 Subject: [PATCH] Add missing localstorage addon --- CloudronManifest.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CloudronManifest.json b/CloudronManifest.json index 191739d..455bbde 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,10 +4,11 @@ "author": "TerminusDB", "description": "TerminusDB is an open-source graph database and document store. It is designed for collaboratively building data-intensive applications and knowledge graphs.", "tagline": "If you want to collaborate with colleagues or build data-intensive applications, nothing will make you more productive.", - "version": "0.0.5", + "version": "0.0.6", "healthCheckPath": "/", "httpPort": 3000, "addons": { + "localstorage": {}, "proxyAuth": {} }, "optionalSso": true,