initial
This commit is contained in:
51
ftpReceiver/ftpcsvreceiver.ini
Normal file
51
ftpReceiver/ftpcsvreceiver.ini
Normal file
@@ -0,0 +1,51 @@
|
||||
# to generete adminuser password hash:
|
||||
# python3 -c 'from hashlib import md5;print(md5("????admin-password???".encode("UTF-8")).hexdigest())'
|
||||
[ftpserver]
|
||||
firstPort = 40000
|
||||
logFilename = ./ftppylog.log
|
||||
proxyAddr = 0.0.0.0
|
||||
portRangeWidth = 500
|
||||
virtusersdb = /home/alex/aseftp/virtusers.db
|
||||
virtpath = /home/alex/aseftp/
|
||||
adminuser = admin|c8cf955bd8b8a78419013b831e627eb2|/home/alex/aseftp/|elradfmwMT
|
||||
servertype = FTPHandler
|
||||
certfile = /home/alex/aseftp/keycert.pem
|
||||
fileext = .CSV|.txt
|
||||
#servertype = FTPHandler/TLS_FTPHandler
|
||||
|
||||
|
||||
[mailserver]
|
||||
hostname = smtps.aruba.it
|
||||
port = 465
|
||||
sender = alessandro.battilani@aseltd.eu
|
||||
password = taylor1964NFL!
|
||||
receivers = alessandro.battilani@gmail.com
|
||||
message = prova messaggio
|
||||
|
||||
bbbbb
|
||||
ccccc
|
||||
subject = ciao a domani
|
||||
debug = 0
|
||||
|
||||
[mqserver]
|
||||
hostname = galera1
|
||||
port = 5672
|
||||
user = asemq
|
||||
password = Ase2021
|
||||
csvQueue = task_queue
|
||||
elabQueue = elab_queue
|
||||
|
||||
[csvfs]
|
||||
path = /home/alex/aseftp/csvfs/
|
||||
|
||||
[csvelab]
|
||||
logFilename = csvElab.log
|
||||
|
||||
[db]
|
||||
hostname = 192.168.1.241
|
||||
user = root
|
||||
password = batt1l0
|
||||
dbName = ase
|
||||
tableName = rawdata
|
||||
maxInsertRow = 20000
|
||||
valueNum = 16
|
||||
Reference in New Issue
Block a user