This allows a user to create a am.toml file and it will be read by am start. It will contain certain settings that are specific for the application. So things like endpoint and enable gateway can be configured here.
A user could create the following am.toml which follows the standards used in their application:
This allows a user to create a am.toml file and it will be read by
am start
. It will contain certain settings that are specific for the application. So things like endpoint and enable gateway can be configured here.A user could create the following
am.toml
which follows the standards used in their application:The user then only has to do
am start
to have everything running.