mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
@@ -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 }}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user