How Do You Configure AMI?¶
Overview¶
By default, AMI ships with a defaults.properties
file located in the amione/config
folder of the root directory of your AMI installation. This is helpful for initial setup of AMI, but for additional plugins and other functionality, you will need to configure your own properties by creating a local.properties
file.
Note
We do not recommend changing defaults.properties
as this file gets overwritten on update. Please configure your AMI instance in a local.properties
file.
Setup¶
In the root directory of your AMI installation, navigate to the amione/config
directory and create a new, empty local.properties
file. You can then populate the file line-by-line with your desired properties where each property comes in the format property.name=value
. The default properties are a good baseline, but you can configure your application further depending on your requirements.
Some common properties you might want to add or change can be found here, but you can also change specific properties for the relay, center, web, and web management.
Note
For instructions on how to encrypt properties, see the encryption section.
Example¶
Below is a sample local.properties
file:
Multiple .properties
Files¶
While we recommend just using local.properties
for your AMI environments, you can specify multiple .properties files if you wish. If you have multiple environments and have multiple configuration files, e.g my_env.properties
, to use this configuration in your current AMI instance, you need to add the following to your local.properties
file: