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>2017-09-12 12:10:22 +0300
committerJacob Vosmaer <jacob@gitlab.com>2017-09-12 12:10:22 +0300
commitbff950840ecb414689422a21ff5e38a672cbc2c6 (patch)
treea217b137243c58678c1f04010fb925bdf35c3468 /_support
parent2989f7ea9cdb000a947ad3503113d7c7bb1bc2c4 (diff)
Fix tokens
Diffstat (limited to '_support')
-rw-r--r--_support/test-cluster/gitaly1/etc-gitlab/gitlab.rb2
-rw-r--r--_support/test-cluster/gitaly2/etc-gitlab/gitlab.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/_support/test-cluster/gitaly1/etc-gitlab/gitlab.rb b/_support/test-cluster/gitaly1/etc-gitlab/gitlab.rb
index 68b317ccc..7807433f8 100644
--- a/_support/test-cluster/gitaly1/etc-gitlab/gitlab.rb
+++ b/_support/test-cluster/gitaly1/etc-gitlab/gitlab.rb
@@ -25,4 +25,4 @@ gitlab_rails['redis_port'] = 6379
gitlab_rails['internal_api_url'] = 'http://app1:80'
# We have to use the same token in all hosts for internal API authentication
-gitlab_shell['secret_token'] = 'd07589078736b802db1b8aae2e61d8ba694c15837a7a015909c34b3f456417c231fffdb21352052620f9539c77a4ffb5d7c7050eb14d5f336585e9796df7bc1e'
+gitlab_shell['secret_token'] = 'f4kef1xedt0ken'
diff --git a/_support/test-cluster/gitaly2/etc-gitlab/gitlab.rb b/_support/test-cluster/gitaly2/etc-gitlab/gitlab.rb
index 1e660273e..7d8134504 100644
--- a/_support/test-cluster/gitaly2/etc-gitlab/gitlab.rb
+++ b/_support/test-cluster/gitaly2/etc-gitlab/gitlab.rb
@@ -28,4 +28,4 @@ gitlab_rails['redis_port'] = 6379
gitlab_rails['internal_api_url'] = 'http://app1:80'
# We have to use the same token in all hosts for internal API authentication
-gitlab_shell['secret_token'] = 'd07589078736b802db1b8aae2e61d8ba694c15837a7a015909c34b3f456417c231fffdb21352052620f9539c77a4ffb5d7c7050eb14d5f336585e9796df7bc1e'
+gitlab_shell['secret_token'] = 'f4kef1xedt0ken'