|
[inet_http_server]
|
|
port = *:9001
|
|
username = user
|
|
password = 123
|
|
|
|
[supervisord]
|
|
logfile = /tmp/supervisord.log
|
|
pidfile = /tmp/supervisord.pid
|
|
nodaemon = true
|
|
|
|
[rpcinterface:supervisor]
|
|
supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|