File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ minprocs=200 ; (min. avail process descriptors;
15
15
file=/tmp/supervisor.sock ; (the path to the socket file)
16
16
chmod=0700
17
17
username=%(ENV_SEL_USER)s
18
- password=secret
18
+ password=%(ENV_SE_SUPERVISORD_UNIX_SERVER_PASSWORD)s
19
19
20
20
; the below section must remain in the config file for RPC
21
21
; (supervisorctl/web interface) to work, additional interfaces may be
@@ -26,7 +26,7 @@ supervisor.rpcinterface_factory = supervisor.rpcinterface:make_main_rpcinterface
26
26
[supervisorctl]
27
27
serverurl=unix:///tmp/supervisor.sock ; use a unix:// URL for a unix socket
28
28
username=%(ENV_SEL_USER)s
29
- password=secret
29
+ password=%(ENV_SE_SUPERVISORD_UNIX_SERVER_PASSWORD)s
30
30
31
31
[include]
32
32
files = /etc/supervisor/conf.d/*.conf
You can’t perform that action at this time.
0 commit comments