Mega Config

Configuration file for mega.nz account

This file is used to configure megatools. If you're hosting this on a VPS or locally, it is recommended to use this file instead of using environmental variables.

Example:

mega.ini
[Login]
Username = your@gmail.com
Password = your-password

[Network]
# 10240 = 10MiB/s
SpeedLimit = 10240
Proxy = socks5://127.0.0.1:9050
ParallelTransfers = 8

[Cache]
# 120 = 2min
Timeout=120

This must be located at the current working directory as mega.ini file.

Last updated