mirror of
https://github.com/RoboSats/robosats-deploy.git
synced 2025-12-23 21:45:38 +00:00
Supervisorb pass
Conflicts: compose/env-sample/lndtn/supervisord.conf
This commit is contained in:
@ -10,6 +10,16 @@ umask = 022
|
|||||||
nodaemon = false
|
nodaemon = false
|
||||||
nocleanup = false
|
nocleanup = false
|
||||||
|
|
||||||
|
[inet_http_server]
|
||||||
|
port = 9001
|
||||||
|
username = lndg-supervisord
|
||||||
|
password = 8888888888 # Change this password
|
||||||
|
|
||||||
|
[supervisorctl]
|
||||||
|
serverurl = http://localhost:9001
|
||||||
|
username = lndg-supervisord
|
||||||
|
password = 8888888888 # Change this password
|
||||||
|
|
||||||
[rpcinterface:supervisor]
|
[rpcinterface:supervisor]
|
||||||
supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface
|
supervisor.rpcinterface_factory=supervisor.rpcinterface:make_main_rpcinterface
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user