Configuring Sources
Define the data sources your Preen session can connect to
Preen maintains a configuration file in $HOME/.preen/sources.yml
by default. This is can be overridden via the PREEN_CONFIG_PATH
environment variable.
A config file might look like this:
In a nutshell, your configuration is primarily a list of data sources, credentials, and their engine classification (see Configfor list of supported engines). Be sure to add this file to your .gitignore
if you are keeping it somewhere version controlled.
Last updated