Open danielmewes opened 8 years ago
Horizon 2.0 now allows configuring a database user for the Horizon server to use through the rdb_user option. However currently, until we ship RethinkDB 2.4.0, the only user name that actually works is "admin".
rdb_user
"admin"
We should add a note to that effect to http://horizon.io/docs/configuration/ and http://horizon.io/docs/cli/ , and also add mention of the rdb_user / rdb_password options to http://horizon.io/docs/embed/ .
rdb_password
(this came up in https://github.com/rethinkdb/horizon/issues/806#issuecomment-245081805 )
Horizon 2.0 now allows configuring a database user for the Horizon server to use through the
rdb_user
option. However currently, until we ship RethinkDB 2.4.0, the only user name that actually works is"admin"
.We should add a note to that effect to http://horizon.io/docs/configuration/ and http://horizon.io/docs/cli/ , and also add mention of the
rdb_user
/rdb_password
options to http://horizon.io/docs/embed/ .(this came up in https://github.com/rethinkdb/horizon/issues/806#issuecomment-245081805 )