Commit 939a9badf0b332fcf85516a860f80c770c381dc8
Committed by
Sergio Oliveira
1 parent
4dbbc50c
Exists in
master
and in
39 other branches
Add gitlab to test settings
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
tests/settings.yaml
... | ... | @@ -63,10 +63,10 @@ ROBOTS_NOINDEX: false |
63 | 63 | # RAVEN_DSN: 'http://public:secret@example.com/1' |
64 | 64 | |
65 | 65 | ### Colab proxied apps |
66 | -# PROXIED_APPS: | |
67 | -# gitlab: | |
68 | -# upstream: 'http://localhost:8090/gitlab/' | |
69 | -# private_token: '' | |
66 | +PROXIED_APPS: | |
67 | + gitlab: | |
68 | + upstream: 'http://localhost:8090/gitlab/' | |
69 | + private_token: '' | |
70 | 70 | # trac: |
71 | 71 | # upstream: 'http://localhost:5000/trac/' |
72 | 72 | ... | ... |