On Friday, September 8, 2017 at 1:17:02 PM UTC-7, Chris White wrote: > > I want to use the 'sequel -m' command to do my DB migrations, but I don't > want to pass the DB user and password in the URL. Is there any way to hide > this info similar to using environment variables or a file in psql? >
If you are using the postgres adapter with the pg driver, libpq respects environment variables and you can use those, check the PostgreSQL documentation. You can use a yaml file instead of a URL, bin/sequel supports that and it should work with all adapters. Thanks, Jeremy -- 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.
