flipace / lovli.js

A boilerplate for developing react+redux applications with rethinkdb/horizon as realtime database and express for the server.
MIT License
558 stars 35 forks source link

DB name does not update #17

Closed bgits closed 8 years ago

bgits commented 8 years ago

Despite changing the db field in ./config/db.js, the DB's created are still lovli and lovli_internal.

A side notes, is that the rethinkdb dataexplorer does not allow for table names with dashes so it makes viewing the table difficult.

flipace commented 8 years ago

fixed with 4268806

the _internal tables are defaults from horizon, so i'm not going to change that ;)