You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
533 B
20 lines
533 B
3 weeks ago
|
[main]
|
||
|
# logging (DEBUG/INFO/WARNING/ERROR/CRITICAL)
|
||
|
log_level=DEBUG
|
||
|
log_filename=speedtest.log
|
||
|
# download chunk size in bytes
|
||
|
chunk_size=1024
|
||
|
# sample every N chunks for averaging speed
|
||
|
sample_every=5
|
||
|
# connection timeout. This is the timeout for the server to send the first response, NOT read timeout
|
||
|
connection_timeout=60
|
||
|
|
||
|
[mail]
|
||
|
smtp_host=smtp.mzjtechnology.com
|
||
|
smtp_login=test_account@mzjtechnology.com
|
||
|
smtp_password=test123456789
|
||
|
smtp_port=587
|
||
|
smtp_starttls=True
|
||
|
# optional
|
||
|
smtp_from=test@wiphone.io
|
||
|
smtp_sendto=me@helldev.net
|