vernemq / vmq-docs

VerneMQ Documentation Project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Postgres config has a cockroach parameter specified

mhball opened this issue · comments

commented

On page: https://docs.vernemq.com/configuration/db-auth#postgresql
The last parameter is for cockroachdb instead of postgres:

vmq_diversity.auth_postgres.enabled = on
vmq_diversity.postgres.host = 127.0.0.1
vmq_diversity.postgres.port = 5432
vmq_diversity.postgres.user = vernemq
vmq_diversity.postgres.password = vernemq
vmq_diversity.postgres.database = vernemq_db
vmq_diversity.cockroachdb.password_hash_method = crypt

Hi, thanks for letting us know - I've just pushed a fix for it.