Goose ignore sslmode=disable on expand variable

Issue #61 new
Julián Reyes created an issue

I have the following dbconf.yml

development:
  driver: postgres
  open: $CONNECTION

I always get SSL is not enabled on the server

I defined my $CONNECTION env

export CONNECTION="sslmode=disable user=postgres dbname=dbmyproj"

If I change $CONNECTION in the yaml file by the content goose works but I dont want define in two places my setup

Comments (0)

  1. Log in to comment