Read this guide if
Guide assumptions
This guide assumes that you:
Matomo uses two methods to store configuration settings:
config/
folderThese methods are used by Matomo Core and should not be used by plugins. Plugins use a separate method of configuration described here.
INI configuration is explained in the INI configuration guide.
Some Matomo configuration settings are stored as Options. Options are just key value pairs persisted in the database. To learn more about options, read the documentation of the Option class.
To learn about how options are persisted in the MySQL backend, read about the Matomo database schema.