tib.conf
and the profiles file profiles.json
. TIB can also be managed via the TIB REST API for automated configurations.
tib.conf
fileTYK_IB_OMITCONFIGFILE
is provided to allow the configuration file to be omitted (ignored) when configuring TIB.
If set to TRUE, then TIB will ignore any provided configuration file and set its parameters according to environment variables. TIB will fall back to the default value for any parameters not set in an environment variable.
This is particularly useful when using Docker, as this option will ensure that TIB will load the configuration via env vars and not expect a configuration file.
The various options for tib.conf
file are:
profiles_backup
collection).
(env var:TYK_IB_PROFILEDIR)
true
to turn on SSL for the server, this is highly recommended.
(env var:TYK_IB_HTTPSERVEROPTIONS_USESSL)
export TYK_IB_BACKEND_IDENTITYBACKENDSETTINGS_HOSTS="host1:port,host2:port"