There was an error while loading. Please reload this page.
Default config:
{ "changelog": { "enabled": true, "file": "CHANGELOG.md" }, "webservices":{ "enabled": false, "url": "", "github":{ "enabled": false, "repository": "" } } }
To override default configs you have to create this json file "./config/modpackutils.json" and change only the sections you need.
For example enabled Github webservice:
{ "webservices":{ "enabled": true, "url": "http://localhost/path/to/service", "github":{ "enabled": true, "repository": "mws" } } }