Commit 310d050a5f812f1f8d0c6e2fe033c307c55beaba

Authored by Sergio Oliveira
2 parents 677567b6 9d290dd6

Merge branch 'master' of github.com:colab-community/colab

Conflicts:
	src/proxy/urls.py
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/colab/local_settings-dev.py
@@ -32,7 +32,7 @@ DATABASES['trac']['HOST'] = 'localhost' @@ -32,7 +32,7 @@ DATABASES['trac']['HOST'] = 'localhost'
32 32
33 HAYSTACK_CONNECTIONS['default']['URL'] = 'http://localhost:8983/solr/' 33 HAYSTACK_CONNECTIONS['default']['URL'] = 'http://localhost:8983/solr/'
34 34
35 -COLAB_TRAC_URL = 'http://localhost:5000/' 35 +COLAB_TRAC_URL = 'http://localhost:5000/trac/'
36 COLAB_CI_URL = 'http://localhost:8080/ci/' 36 COLAB_CI_URL = 'http://localhost:8080/ci/'
37 COLAB_GITLAB_URL = 'http://localhost:8090/gitlab/' 37 COLAB_GITLAB_URL = 'http://localhost:8090/gitlab/'
38 COLAB_REDMINE_URL = 'http://localhost:9080/redmine/' 38 COLAB_REDMINE_URL = 'http://localhost:9080/redmine/'