Skip to content

Gateway Configuration

voyz edited this page Nov 2, 2020 · 6 revisions

Gateway uses a conf.yaml file as the configuration API. At the moment there is no documentation on that configuration file, however luckily most fields are self-explanatory. Using it you may alter the behaviour of the Gateway, for instance by changing the port it will listen on or allowing additional IP addresses to communicate from.

IBeam allows you to provide your own configuration file using the Inputs Directory. Note that IBeam will use the conf.yaml file provided to overwrite the existing conf.yaml in the root subdirectory of Gateway, specified in the IBEAM_GATEWAY_DIR environment variable.

If using IBeam in standalone mode, you may edit the conf.yaml file directly in the Gateway's root folder.


Next

Learn about TLS Certificates and HTTPS