mit-dci / opencx

An open-source cryptocurrency exchange toolkit for implementing experimental exchange features
MIT License
205 stars 65 forks source link

DB configuration #4

Closed Rjected closed 5 years ago

Rjected commented 5 years ago

Right now the database client has a bunch of stuff hard coded in as globals. I'd like to turn those globals into defaults but provide configuration options as input for when the db client is created / started.