docker/server/config.py
changeset 130 5eeebcbdee22
parent 129 f6b392c37e10
child 131 2a18dfe8bfc0
equal deleted inserted replaced
129:f6b392c37e10 130:5eeebcbdee22
    20 
    20 
    21 BASE_STATIC_URL = BASE_URL + 'static/' 
    21 BASE_STATIC_URL = BASE_URL + 'static/' 
    22 BASE_STATIC_ROOT = "/static/"
    22 BASE_STATIC_ROOT = "/static/"
    23 
    23 
    24 #STREAM_URL = "rtmp://media.iri.centrepompidou.fr/ddc_player/"
    24 #STREAM_URL = "rtmp://media.iri.centrepompidou.fr/ddc_player/"
    25 STREAM_URL = 'rtmp://media.iri.centrepompidou.fr/ddc_player/'
    25 STREAM_URL = 'https://media.iri.centrepompidou.fr/'
    26 
    26 
    27 
    27 
    28 # Absolute path to the directory that holds media.
    28 # Absolute path to the directory that holds media.
    29 # Example: "/home/media/media.lawrence.com/"
    29 # Example: "/home/media/media.lawrence.com/"
    30 MEDIA_ROOT = BASE_STATIC_ROOT + "media/"
    30 MEDIA_ROOT = BASE_STATIC_ROOT + "media/"