Revert "Revert "Derive this value.""

This reverts commit f4042029bb.
This commit is contained in:
Ralph Bean 2015-10-06 16:48:32 +00:00
parent 3885972130
commit 56106109ed

View file

@ -1,10 +1,10 @@
from .common import *
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/"
MEDIA_URL = "http://{{ inventory_hostname }}/media/"
STATIC_URL = "http://{{ inventory_hostname }}/static/"
ADMIN_MEDIA_PREFIX = "http://{{ inventory_hostname }}/static/admin/"
SITES["front"]["scheme"] = "http"
SITES["front"]["domain"] = "209.132.184.50"
SITES["front"]["domain"] = "{{ inventory_hostname }}"
SECRET_KEY = "{{ taiga_secret_key }}"