mod_storage_internal

Internal file-based storage provider.

Details

mod_storage_internal is Prosody's default storage provider. It stores data as text files in the data directory.

Usage

In your config file:

    storage = "internal"

Configuration

This module honours the global config option ''data_path'', which defaults to an appropriate path for your system, typically /var/lib/prosody on Linux-based platforms.