Hello

I have something similar to : 
Sequel.migration do
  up do
    run <<-SQL
      CREATE SERVER foreign_server
              FOREIGN DATA WRAPPER postgres_fdw
              OPTIONS (host "#{ENV['DATABASE_HOST']}",
                       port "5439',
                       dbname '#{ENV['DATABASE_NAME']}",
                       sslmode 'require');
  end

But ENV variables doesn't seems to be read. Is is possible to do this?

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"sequel-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/sequel-talk.
For more options, visit https://groups.google.com/d/optout.

Reply via email to