Commit 6bb96781c336409462254f727aa83a47d9860e64
1 parent
38507bec
Exists in
master
and in
39 other branches
Change interlegis site url to localhost
-Signed-off-by: Gustavo Jaruga <darksshades@gmail.com> -Signed-off-by: Matheus Faria <matheus.sousa.faria@gmail.com>
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
src/colab/custom_settings.py
... | ... | @@ -268,11 +268,11 @@ FEEDZILLA_SITE_DESCRIPTION = _(u'Colab blog aggregator') |
268 | 268 | |
269 | 269 | |
270 | 270 | ### Mailman API settings |
271 | -MAILMAN_API_URL = 'http://listas.interlegis.gov.br:8000' | |
271 | +MAILMAN_API_URL = 'localhost:8000' | |
272 | 272 | |
273 | 273 | |
274 | 274 | ### BrowserID / Persona |
275 | -SITE_URL = 'https://colab.interlegis.leg.br' | |
275 | +SITE_URL = 'localhost:8000' | |
276 | 276 | BROWSERID_AUDIENCES = [SITE_URL, SITE_URL.replace('https', 'http')] |
277 | 277 | |
278 | 278 | |
... | ... | @@ -284,8 +284,8 @@ BROWSERID_CREATE_USER = False |
284 | 284 | |
285 | 285 | |
286 | 286 | ## Proxy settings |
287 | -COLAB_TRAC_URL = 'http://colab-backend.interlegis.leg.br/' | |
288 | -COLAB_CI_URL = 'http://jenkins.interlegis.leg.br:8080/ci/' | |
287 | +COLAB_TRAC_URL = 'localhost:5000/trac/' | |
288 | +COLAB_CI_URL = 'localhost:9000/ci/' | |
289 | 289 | |
290 | 290 | REVPROXY_ADD_REMOTE_USER = True |
291 | 291 | ... | ... |