2020-12-27 14:54:39 -05:00
|
|
|
[supervisord]
|
2021-03-20 16:37:11 -04:00
|
|
|
pidfile=/tmp/supervisord.pid
|
|
|
|
nodaemon=true
|
|
|
|
logfile=/dev/null
|
|
|
|
logfile_maxbytes=0
|
2020-12-27 14:54:39 -05:00
|
|
|
|
|
|
|
[include]
|
|
|
|
files = conf.d/*.conf
|
|
|
|
|
|
|
|
[inet_http_server]
|
2021-03-20 16:37:11 -04:00
|
|
|
port=127.0.0.1:9001
|
2021-03-18 13:25:15 -04:00
|
|
|
username = ffplayout
|
|
|
|
password = hsF0wQkl5zopEy1mBlT3g
|
2020-12-27 14:54:39 -05:00
|
|
|
|
|
|
|
[supervisorctl]
|
2021-03-20 16:37:11 -04:00
|
|
|
serverurl=http://127.0.0.1:9001
|
2020-12-27 14:54:39 -05:00
|
|
|
|
|
|
|
[rpcinterface:supervisor]
|
|
|
|
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|