Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Vosmaer <jacob@gitlab.com>2016-12-28 17:35:39 +0300
committerJacob Vosmaer <jacob@gitlab.com>2016-12-28 17:35:39 +0300
commitb80c6ea6734d5dca13d5ae156e35a2f890bc5dbf (patch)
tree28f8e7cdb2a22ec483144a721c38180ac883ac65
parentda5a0c38f077a4bb00233688d6b05fc1f9275069 (diff)
parentd0399a852098c81f6217edace8b367b031bcfd33 (diff)
Merge remote-tracking branch 'origin/add-envvars-usage-to-decisions-list'v0.0.1
Conflicts: README.md
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 0f5f58e91..4c8ca4d13 100644
--- a/README.md
+++ b/README.md
@@ -75,7 +75,7 @@ All design decision should be added here.
1. We'll include the /vendor directory in source control https://gitlab.com/gitlab-org/gitaly/issues/18
1. Use gitaly-client or HTTP/websocket clients? gitlab-shell copies the SSH stream, both ways, to gitaly over a websocket, workhorse just forwards the request to Gitaly, let’s use HTTP. https://gitlab.com/gitlab-org/gitaly/issues/5#note_20294280
1. We will use [E3 from BitBucket to measure performance closely in isolation](https://gitlab.com/gitlab-org/gitaly/issues/34).
-
+1. Use environment variables for setting configurations (see #20).
## Iterate