GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
sqitch-environment(3) User Contributed Perl Documentation sqitch-environment(3)

sqitch-environment - Environment variables recognized by Sqitch

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.conf" in the directory identified by "sqitch --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, $EDITOR will be used; and if $EDITOR is not set, the "core.editor" configuration variable will be consulted, and if it's not set, Sqitch will invoke "notepad.exe" on Windows and "vi" elsewhere.

  • sqitch-configuration
  • sqitch-config
  • sqitch-passwords

Part of the sqitch suite.
2022-04-09 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.