Revert "Derive this value."

This reverts commit f0747c5645.
This commit is contained in:
Ralph Bean 2015-10-06 16:47:39 +00:00
parent f0747c5645
commit f4042029bb

View file

@ -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 }}"