Skip to content

Commit ff22eeb

Browse files
committed
Propagate env through supervisor
1 parent 7105771 commit ff22eeb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

shutter/supervisord.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ priority = 4
5555
autostart = true
5656
startretries = 9999 ; A large number enough to cover node updates
5757
autorestart = true
58+
environment = HOSTNAME=%(ENV_HOSTNAME),PUSHGATEWAY_USERNAME=%(ENV_PUSHGATEWAY_USERNAME),PUSHGATEWAY_PASSWORD=%(ENV_PUSHGATEWAY_PASSWORD),SHUTTER_PUSH_LOGS_ENABLED=%(ENV_SHUTTER_PUSH_LOGS_ENABLED)
5859
stdout_logfile = /dev/stdout
5960
stdout_logfile_maxbytes = 0
6061
stderr_logfile = /dev/stderr

0 commit comments

Comments
 (0)