parent
f0747c5645
commit
f4042029bb
1 changed files with 4 additions and 4 deletions
|
@ -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 }}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue