fix config, add controler

This commit is contained in:
bkfox
2015-11-09 14:38:44 +01:00
parent c5c566d485
commit ecde02725e
5 changed files with 58 additions and 27 deletions

View File

@ -5,11 +5,11 @@ def ensure (key, default):
globals()[key] = getattr(settings, key, default)
ensure('AIRCOX_LIQUIDSOAP_SOCKET', '/tmp/liquidsoap.sock')
# dict of values to set (do not forget to escape chars)
ensure('AIRCOX_LIQUIDSOAP_SET', {
'log.file.path': '"/tmp/liquidsoap.log"',
'server.socket': 'true',
'server.socket.path': '"/tmp/liquidsoap.sock"'
})
# security source: used when no source are available