=encoding UTF-8 =head1 Name sqitch-environment - Environment variables recognized by Sqitch =head1 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. =over =item C Path to the project configuration file. Overrides the default, which is F<./sqitch.conf>. See L for details. =item C Path to the user's configuration file. Overrides the default, which is F<./.sqitch/sqitch.conf>. See L for details. =item C Path to the system's configuration file. Overrides the default, which is a file named C in the directory identified by C. See L for details. =item C Password to use when connecting to a database, for those database engines that support it. See L for details. =item C The editor that Sqitch will launch when the user needs to edit some text (a change note, for example). If unset, C<$EDITOR> will be used; and if C<$EDITOR> is not set, the C configuration variable will be consulted, and if it's not set, Sqitch will invoke C on Windows and C elsewhere. =back =head1 See Also =over =item * L =item * L =item * L =back =head1 Sqitch Part of the L suite.