-
Notifications
You must be signed in to change notification settings - Fork 119
Gateway Configuration
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.
Learn about TLS Certificates and HTTPS
See any error on this page? Create an Issue and let us know.