From 939a9badf0b332fcf85516a860f80c770c381dc8 Mon Sep 17 00:00:00 2001 From: Gust Date: Wed, 11 Feb 2015 14:47:12 -0200 Subject: [PATCH] Add gitlab to test settings --- tests/settings.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/settings.yaml b/tests/settings.yaml index 4e2a7a5..eb22694 100644 --- a/tests/settings.yaml +++ b/tests/settings.yaml @@ -63,10 +63,10 @@ ROBOTS_NOINDEX: false # RAVEN_DSN: 'http://public:secret@example.com/1' ### Colab proxied apps -# PROXIED_APPS: -# gitlab: -# upstream: 'http://localhost:8090/gitlab/' -# private_token: '' +PROXIED_APPS: + gitlab: + upstream: 'http://localhost:8090/gitlab/' + private_token: '' # trac: # upstream: 'http://localhost:5000/trac/' -- libgit2 0.21.2