You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.
Not sure if this is the place for issues against the new generators, but I asked in slack and this was the link given. Anyway, the new generators create the rethink config with a database option and it should be db:
"rethinkdb": {
"database": "test", /*** <- this should be `db` not `database` ***/
"servers": [
{
"host": "localhost",
"port": "28015"
}
]
}
Also if you create a new service with an alternate config (connection string), the existing rethink db config gets overwritten. Service creation should not overwrite driver config. Maybe not even prompt for config for services and default them to the driver config. They can be altered after being created.
The text was updated successfully, but these errors were encountered:
Not sure if this is the place for issues against the new generators, but I asked in slack and this was the link given. Anyway, the new generators create the rethink config with a
database
option and it should bedb
:Also if you create a new service with an alternate config (connection string), the existing rethink db config gets overwritten. Service creation should not overwrite driver config. Maybe not even prompt for config for services and default them to the driver config. They can be altered after being created.
The text was updated successfully, but these errors were encountered: