New internal state for CORS requests, prototype server switcher modal
This commit is contained in:
@ -33,6 +33,7 @@ bind_to_address = 0.0.0.0
|
||||
|
||||
# serve a website from the doc_root location
|
||||
# doc_root = /etc/default/snapweb
|
||||
doc_root = /usr/share/snapserver/snapweb/
|
||||
#
|
||||
###############################################################################
|
||||
|
||||
@ -72,7 +73,8 @@ bind_to_address = 0.0.0.0
|
||||
# stream URI of the PCM input stream, can be configured multiple times
|
||||
# Format: TYPE://host/path?name=NAME[&codec=CODEC][&sampleformat=SAMPLEFORMAT]
|
||||
#stream = pipe:///tmp/snapfifo?name=default
|
||||
stream = pipe:///tmp/snapfifo?name=Mopidy&sampleformat=48000:16:2
|
||||
stream = pipe:///tmp/snapfifo?name=Default&sampleformat=48000:16:2
|
||||
stream = pipe:///tmp_secondary/snapfifo?name=Secondary&sampleformat=48000:16:2
|
||||
|
||||
# Default sample format
|
||||
#sampleformat = 48000:16:2
|
||||
|
||||
Reference in New Issue
Block a user