You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.