From aa88870a491555541781253fa09379427de69190 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Fri, 30 Apr 2021 18:00:21 +0200 Subject: [PATCH] Prosody: specifying storage=internal. --- server/lib/prosody/config/content.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/server/lib/prosody/config/content.ts b/server/lib/prosody/config/content.ts index 285df417..6c96f498 100644 --- a/server/lib/prosody/config/content.ts +++ b/server/lib/prosody/config/content.ts @@ -117,6 +117,7 @@ class ProsodyConfigContent { this.global.set('pidfile', this.paths.pid) this.global.set('plugin_paths', [this.paths.modules]) this.global.set('data_path', this.paths.data) + this.global.set('storage', 'internal') this.global.set('modules_enabled', [ 'roster', // Allow users to have a roster. Recommended ;)