andreapavoni / nova

An attempt to port/rebuild Spree, an open source e-commerce solution, with Elixir and Phoenix.
130 stars 11 forks source link

Does not handle cases where postgres is running in a not standard port #7

Closed mvidaurre closed 9 years ago

mvidaurre commented 9 years ago

In my case, my Postgres server uses port 15432 rather than standard 5432 then the creation of the database and migrations do not work