Skip to content

Configuration

eclips_e edited this page Jul 4, 2022 · 1 revision

Configuring

Multitool is configured in toml, a simple language for configuring things.

Depending on your NODE_ENV, the TOML files that are read are usually main.toml for production and test.toml for development.

Edit the respective .toml file and change the values accordingly, the default main.toml has some basic configuration (such as prefixes and modules) which should work for you.

Clone this wiki locally