[docker-base]: remove dummy password for supervisord control
Signed-off-by: Guohan Lu <lguohan@gmail.com>
This commit is contained in:
parent
75fe8888d2
commit
c915c3cbd6
@ -3,8 +3,6 @@
|
|||||||
[unix_http_server]
|
[unix_http_server]
|
||||||
file=/var/run/supervisor.sock ; (the path to the socket file)
|
file=/var/run/supervisor.sock ; (the path to the socket file)
|
||||||
chmod=0700 ; socket file mode (default 0700)
|
chmod=0700 ; socket file mode (default 0700)
|
||||||
username=dummy
|
|
||||||
password=dummy
|
|
||||||
|
|
||||||
[supervisord]
|
[supervisord]
|
||||||
logfile=/var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)
|
logfile=/var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)
|
||||||
@ -20,8 +18,6 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
|||||||
|
|
||||||
[supervisorctl]
|
[supervisorctl]
|
||||||
serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
|
serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
|
||||||
username=dummy
|
|
||||||
password=dummy
|
|
||||||
|
|
||||||
; The [include] section can just contain the "files" setting. This
|
; The [include] section can just contain the "files" setting. This
|
||||||
; setting can list multiple files (separated by whitespace or
|
; setting can list multiple files (separated by whitespace or
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
[unix_http_server]
|
[unix_http_server]
|
||||||
file=/var/run/supervisor.sock ; (the path to the socket file)
|
file=/var/run/supervisor.sock ; (the path to the socket file)
|
||||||
chmod=0700 ; socket file mode (default 0700)
|
chmod=0700 ; socket file mode (default 0700)
|
||||||
username=dummy
|
|
||||||
password=dummy
|
|
||||||
|
|
||||||
[supervisord]
|
[supervisord]
|
||||||
logfile=/var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)
|
logfile=/var/log/supervisor/supervisord.log ; (main log file;default $CWD/supervisord.log)
|
||||||
@ -20,8 +18,6 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
|
|||||||
|
|
||||||
[supervisorctl]
|
[supervisorctl]
|
||||||
serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
|
serverurl=unix:///var/run/supervisor.sock ; use a unix:// URL for a unix socket
|
||||||
username=dummy
|
|
||||||
password=dummy
|
|
||||||
|
|
||||||
; The [include] section can just contain the "files" setting. This
|
; The [include] section can just contain the "files" setting. This
|
||||||
; setting can list multiple files (separated by whitespace or
|
; setting can list multiple files (separated by whitespace or
|
||||||
|
Loading…
Reference in New Issue
Block a user