marianozunino / morpheus

Morpheus is a modern, open-source database migration tool for Neo4j. It is designed to be a simple, intuitive tool for managing database migrations. The project is inspired by Michael Simons' tool for Java.
MIT License
19 stars 4 forks source link

fix: allow setting database config property from env var #35

Closed nickeday closed 1 year ago

nickeday commented 1 year ago

Hey Mariano, I realised I forgot to allow setting the database property from the MORPHEUS_DATABASE env var. This PR should fix that.

marianozunino commented 1 year ago

:tada: This PR is included in version 3.4.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: