Skip to content

Commit

Permalink
chore(config): set embed mqtt broker storage to file
Browse files Browse the repository at this point in the history
  • Loading branch information
ogofly committed Jan 4, 2024
1 parent 2b67e04 commit 7a0bc98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ connector:
# mqtt storage, if left blank, the storage is disabled
# https://github.com/mochi-mqtt/server?tab=readme-ov-file#badger-db
storage:
type: redis # file or redis
type: file # file or redis
path: "./embed-mqtt.db" # when type is file
redis:
addr: 127.0.0.1:6379
Expand Down

0 comments on commit 7a0bc98

Please sign in to comment.