Name
sqitch-environment - Environment variables recognized by Sqitch
Description
Sqitch supports a number of environment variables that affect its functionality. This document lists them all, along with brief descriptions of their purposes and pointers to relevant documentation.
SQITCH_CONFIG-
Path to the project configuration file. Overrides the default, which is ./sqitch.conf. See sqitch-config for details.
SQITCH_USER_CONFIG-
Path to the user's configuration file. Overrides the default, which is ./.sqitch/sqitch.conf. See sqitch-config for details.
SQITCH_SYSTEM_CONFIG-
Path to the system's configuration file. Overrides the default, which is a file named
sqitch.confin the directory identified bysqitch --etc. See sqitch-config for details. SQITCH_PASSWORD-
Password to use when connecting to a database, for those database engines that support it. See sqitch-passwords for details.
SQITCH_EDITOR-
The editor that Sqitch will launch when the user needs to edit some text (a change note, for example). If unset, the
core.editorconfiguration variable will be used. If it's not set,$VISUALor$EDITORwill be consulted (in that order). Finally, if none of these are set, Sqitch will invokenotepad.exeon Windows andvielsewhere.
See Also
Sqitch
Part of the sqitch suite.