nicobarray / aquedux

Redux over the wire
46 stars 3 forks source link

Change config mechanisms #1

Closed nicobarray closed 6 years ago

nicobarray commented 6 years ago

It would be great to have a single file config.js foreach projects that gather the initialization of every process.env variables.

Here is an exhaustive list foreach projects:

chabou commented 6 years ago

Env var should be replaced by explicit options on Aquedux creation/instanciation.

Other configuration steps like setReduceStateToQueueSnapshot should be done similary.