fix: set default db backend in etc/emqx_conf.conf

This commit is contained in:
Thales Macedo Garitezi 2022-03-29 15:15:11 -03:00
parent eac09eed7c
commit f9597bb247
No known key found for this signature in database
GPG Key ID: DD279F8152A9B6DD
1 changed files with 2 additions and 2 deletions

View File

@ -319,8 +319,8 @@ db {
## ##
## @doc db.backend ## @doc db.backend
## ValueType: mnesia | rlog ## ValueType: mnesia | rlog
## Default: mnesia ## Default: rlog
backend = mnesia backend = rlog
## RLOG role ## RLOG role
## ##