Skip to content

Commit bda816c

Browse files
committed
Document DATABASE_PATH keyword, first included in ejabberd 26.04
1 parent 71a8514 commit bda816c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

content/admin/configuration/file-format.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -362,6 +362,9 @@ so you can use them without need to define them explicitly:
362362
That keyword is only predefined for module options, not toplevel options.
363363
- **HOME**: path of the home directory of the user running ejabberd, for example `"/home/ejabberd"`
364364
- **CONFIG_PATH**: path of the directory with ejabberd configuration files, for example `"/home/ejabberd/opt/ejabberd/conf"`
365+
- **DATABASE_PATH**:
366+
<!-- md:version added in [26.04](../../archive/26.04/index.md) -->
367+
. This keyword is the path of the Mnesia spool directory, that contains the Mnesia spool files, SQLite files, Erlang cookie... for example `"/home/ejabberd/opt/ejabberd/database"`
365368
- **LOG_PATH**: path of the directory with ejabberd log files, for example `"/home/ejabberd/opt/ejabberd/logs"`
366369
- **SEMVER**: ejabberd version number in [semver format](https://hexdocs.pm/elixir/1.18.2/Version.html) when compiled with Elixir’s mix (`"24.5"`), otherwise it's in `XX.YY` format (`"24.05"`)
367370
- **VERSION**: ejabberd version number in `XX.YY` format, for example `"24.05"`

0 commit comments

Comments
 (0)