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:
authorAhmad Sherif <ahmad.m.sherif@gmail.com>2016-12-23 17:55:03 +0300
committerGitLab <gitlab@gitlab.com>2016-12-28 14:27:01 +0300
commitd0399a852098c81f6217edace8b367b031bcfd33 (patch)
tree1e532da95cf80cc23ba9931a12d12ea495ab478e
parent63b689fcedcfea5d011474259538c9175687b1a6 (diff)
Add envvars usage to the decisions list
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0defe8c2a..6639db2b8 100644
--- a/README.md
+++ b/README.md
@@ -72,6 +72,7 @@ All design decision should be added here.
1. How will the networking work? A unix socket for git operations and TCP for monitoring. This prevents having to build out authentication at this early stage. https://gitlab.com/gitlab-org/gitaly/issues/16
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. Use environment variables for setting configurations (see #20).
## Iterate