Table of Contents
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"
There is no special configuration for this storage provider.
