fix: set default db backend in etc/emqx_conf.conf
This commit is contained in:
parent
eac09eed7c
commit
f9597bb247
|
@ -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
|
||||||
##
|
##
|
||||||
|
|
Loading…
Reference in New Issue