Prosody: specifying storage=internal.
This commit is contained in:
parent
9dc0ce6383
commit
aa88870a49
@ -117,6 +117,7 @@ class ProsodyConfigContent {
|
|||||||
this.global.set('pidfile', this.paths.pid)
|
this.global.set('pidfile', this.paths.pid)
|
||||||
this.global.set('plugin_paths', [this.paths.modules])
|
this.global.set('plugin_paths', [this.paths.modules])
|
||||||
this.global.set('data_path', this.paths.data)
|
this.global.set('data_path', this.paths.data)
|
||||||
|
this.global.set('storage', 'internal')
|
||||||
|
|
||||||
this.global.set('modules_enabled', [
|
this.global.set('modules_enabled', [
|
||||||
'roster', // Allow users to have a roster. Recommended ;)
|
'roster', // Allow users to have a roster. Recommended ;)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user