prove
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
# to generete adminuser password hash:
|
||||
# python3 -c 'from hashlib import md5;print(md5("????password???".encode("UTF-8")).hexdigest())'
|
||||
# python3 -c 'from hashlib import sha256;print(sha256("????password???".encode("UTF-8")).hexdigest())'
|
||||
|
||||
[ftpserver]
|
||||
firstPort = 40000
|
||||
logFilename = ./ftppylog.log
|
||||
proxyAddr = 0.0.0.0
|
||||
portRangeWidth = 500
|
||||
virtpath = /home/alex/aseftp/
|
||||
adminuser = admin|83e61ecb0e9871aff37a12491aa848f884f5657ddbfd46454878e28afbecfc20|/home/alex/aseftp/|elradfmwMT
|
||||
adminuser = admin|87b164c8d4c0af8fbab7e05db6277aea8809444fb28244406e489b66c92ba2bd|/home/alex/aseftp/|elradfmwMT
|
||||
servertype = FTPHandler
|
||||
certfile = /home/alex/aseftp/keycert.pem
|
||||
fileext = .CSV|.TXT
|
||||
@@ -20,11 +21,11 @@
|
||||
logFilename = csvElab.log
|
||||
|
||||
[db]
|
||||
hostname = 10.211.114.101
|
||||
port = 5432
|
||||
user = asepg
|
||||
hostname = 10.211.114.173
|
||||
port = 3306
|
||||
user = root
|
||||
password = batt1l0
|
||||
dbName = asedb
|
||||
dbName = ase_lar
|
||||
dbSchema = public
|
||||
userTableName = virtusers
|
||||
recTableName = received
|
||||
|
||||
Reference in New Issue
Block a user