From f4042029bbb38c8754e9f2876b32c24088cfdbec Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Tue, 6 Oct 2015 16:47:39 +0000 Subject: [PATCH] Revert "Derive this value." This reverts commit f0747c5645500ff60f8587d53b465321a76ea200. --- roles/taiga/templates/local.py | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/taiga/templates/local.py b/roles/taiga/templates/local.py index d72dc2395a..b4ca5fcdfc 100644 --- a/roles/taiga/templates/local.py +++ b/roles/taiga/templates/local.py @@ -1,10 +1,10 @@ from .common import * -MEDIA_URL = "http://{{ inventory_hostname }}/media/" -STATIC_URL = "http://{{ inventory_hostname }}/static/" -ADMIN_MEDIA_PREFIX = "http://{{ inventory_hostname }}/static/admin/" +MEDIA_URL = "http://209.132.184.50/media/" +STATIC_URL = "http://209.132.184.50/static/" +ADMIN_MEDIA_PREFIX = "http://209.132.184.50/static/admin/" SITES["front"]["scheme"] = "http" -SITES["front"]["domain"] = "{{ inventory_hostname }}" +SITES["front"]["domain"] = "209.132.184.50" SECRET_KEY = "{{ taiga_secret_key }}"