prooph / arangodb-snapshot-store

ArangoDb Snapshot Store implementation
http://getprooph.org
BSD 3-Clause "New" or "Revised" License
7 stars 2 forks source link

Remove creation of ArangoDB connection from the factory #4

Open sandrokeil opened 7 years ago

sandrokeil commented 7 years ago

It is only necessary to set the database as default options. Others can be leave.

sandrokeil commented 7 years ago

But with the interop-config CLI tools, it makes more sense to define defaults to determine options.

sandrokeil commented 6 years ago

We should remove the creation of the ArangoDB connection and only use a defined service from the container. This makes this factory easier.