Add MPT Config

This commit is contained in:
Timo Ley 2021-01-20 18:40:46 +01:00
parent 657a6860e0
commit 4fd8fd395e
1 changed files with 14 additions and 0 deletions

14
modpacktoolsconfig.toml Normal file
View File

@ -0,0 +1,14 @@
[Locations]
#The location of the twitch manifest file (will be replaced with addonscript in later versions)
manifestFile = "src/twitch/manifest.json"
#The location of the source
src = "src"
#The location used to store temporary files
tempDir = ".mpt"
[Local]
selectedVersion = -1
[Downloads]
#The maximum number of threads that will be used for downloads
maxThreads = 5
#The timeout of http requests in ms
httpTimeout = 2147483647