summaryrefslogtreecommitdiff
path: root/man/bundle-config.1
diff options
context:
space:
mode:
authorDavid Chandek-Stark <david.chandek.stark@duke.edu>2020-01-10 09:40:51 -0500
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2020-01-15 15:14:01 +0100
commit798fb14355853dcca3ef242f1f482bc01f0df20e (patch)
tree5f85b29dee8a2baca2ab4975480b34a5f39ae079 /man/bundle-config.1
parent97250b7a8ef567220f53292250d1bd5186ca3d3f (diff)
downloadbundler-798fb14355853dcca3ef242f1f482bc01f0df20e.tar.gz
Adds documentation for BUNDLE_APP_CONFIG env var
Diffstat (limited to 'man/bundle-config.1')
-rw-r--r--man/bundle-config.14
1 files changed, 2 insertions, 2 deletions
diff --git a/man/bundle-config.1 b/man/bundle-config.1
index c3464fb2ec..2831c64f07 100644
--- a/man/bundle-config.1
+++ b/man/bundle-config.1
@@ -16,7 +16,7 @@ This command allows you to interact with Bundler\'s configuration system\.
Bundler loads configuration settings in this order:
.
.IP "1." 4
-Local config (\fBapp/\.bundle/config\fR)
+Local config (\fBapp/\.bundle/config\fR or \fB$BUNDLE_APP_CONFIG/config\fR)
.
.IP "2." 4
Environmental variables (\fBENV\fR)
@@ -42,7 +42,7 @@ Executing \fBbundle config set <name> <value>\fR will set that configuration to
Executing \fBbundle config set \-\-global <name> <value>\fR works the same as above\.
.
.P
-Executing \fBbundle config set \-\-local <name> <value>\fR will set that configuration to the local application\. The configuration will be stored in \fBapp/\.bundle/config\fR\.
+Executing \fBbundle config set \-\-local <name> <value>\fR will set that configuration to the local application\. The configuration will be stored in \fBapp/\.bundle/config\fR\. If \fBBUNDLE_APP_CONFIG\fR is set, the configuration will be stored in \fB$BUNDLE_APP_CONFIG/config\fR\.
.
.P
Executing \fBbundle config unset <name>\fR will delete the configuration in both local and global sources\.