added PyMail to build of docker base workers image

This commit is contained in:
dcore94 2021-03-22 11:42:47 +01:00
parent 5e6f850f28
commit db0cbaff27
2 changed files with 10 additions and 2 deletions

View File

@ -1,6 +1,14 @@
[common]
loglevel = debug
server = http://conductor-dev.int.d4science.net/api
#server = http://conductor-dev.int.d4science.net/api
#server = https://conductor.pre.d4science.org/api
#server = http://localhost:8080/api
threads = 1
pollrate = 1
[pymail]
server=smtp-relay.d4science.org
user=conductor_dev
password=d20d6ea975b01bc
protocol=starttls
port=587

View File

@ -11,4 +11,4 @@ done
echo 'Starting default workers...'
python3 PyExec.py Http Shell Eval
python3 PyExec.py Http Shell Eval Mail