binarymash / evelyn

Feature toggling framework and application
MIT License
14 stars 1 forks source link

Initialise EventStore projections #129

Closed binarymash closed 6 years ago

binarymash commented 6 years ago

Currently have to manually enable event store projections every time we start the event store container. Instead lets do this automatically in the client code.

binarymash commented 6 years ago

For now we're doing this using the EVENTSTORE_START_STANDARD_PROJECTIONS environment setting in docker compose. Will revisit this later if it proves insufficient.