commanded / eventstore

Event store using PostgreSQL for persistence
MIT License
1.06k stars 146 forks source link

Make compile-time config mandatory #180

Closed slashdotdash closed 4 years ago

slashdotdash commented 5 years ago

The following event store configuration is read from the application environment at complile time:

Since these settings are mandatory, preventing the application from compiling if missing, they should be provided as options to use EventStore.

It would still be possible for users to make them environment specific by reading the values using Application.get_env.

slashdotdash commented 4 years ago

Fixed by #217.