bondy.conf
filebondy.conf
configuration file that is used to set a wide variety of static configuration options for Bondy and its location depends on the type of install you are using shown in the following table./etc
/bondy/etc
bondy.conf
file is used to set a wide variety of configuration options for Bondy. The file uses a sysctl-like syntax that looks like this:bondy.conf
file you can use the following variables which Bondy will substitute before running.platform_etc_dir
start.sh
script uses it in the official docker images.bondy.conf
under the desired section e.g. the following configuration file adds the location for the security_conf.json
file.bondy.conf
file , you can place a vm.args
configuration file in the same path in which you find bondy.conf
to configure Bondy's Erlang VM.vm.args
works differently than providing a bondy.conf
file. While your bondy.conf
options are merged with the defaults, thus overriding the defaults for the keys you provide but leaving intact the others, the vm.args
options are a full replacement of the dynamically generated vm.args
by Bondy. vm.args
as a base for your customisations.