App parameters are configuration settings that control various aspects of your Convox applications. These parameters allow you to customize and optimize the behavior of your applications without modifying your application code.
To view the current app parameters, use the following command:
$ convox apps params -a appName
This command displays the current values of all app parameters for the specified application.
To set an app parameter, use the following command:
$ convox apps params set parameterName=value -a appName
Setting parameters... OK
This command sets the specified parameter to the given value.
Select your cloud provider to view the available parameters and their configurations.