Learn about the Bitnami Configuration Tool
The Bitnami Configuration Tool is a command line tool that allows you to configure your application once it is installed. This tool is located in the application directory at /opt/bitnami/apps/APP-NAME.
To understand how to run this application, execute the command below:
$ cd /opt/bitnami/apps/APP-NAME
$ ./bnconfig --help
Supported options
Currently, only options for configuring the application URL are supported. The available options depend on the application.
The options are:
--appurl /: Move your application URL to / removing the prefix /APP-NAME from the URL. Only the / is accepted and reverting this change using the command line tool is not currently supported.
--machine_hostname NAME: Updates your application to use the specified machine hostname NAME (or specified IP address) if it depends on this value to work properly.