TeaL Web Listener configuration reference#

The TeaL Web Listener uses environment variables[1]; this document presents them all.

AMQP_URL#

AMQP connection URI to use.

An example AMQP URI for localhost is the following:

amqp://rabbitmq:5672/

See the RabbitMQ URI Specification for more information.

AMQP_EXCHANGE_PREFIX#

AMQP exchange name prefix.

This is mostly useful for cases where TeaL share the same AMQP server for multiple applications.

POWENS_REDIRECT_FALLBACK#

If set to any non-empty value such as y, for Callback events as detected by the Callback endpoints using the TeaL Web listener, in case the state was not found in the Redis database, whether to fall back on Powens-style bouncer state processing.

See Freestanding callback states for more information.

REDIS_URL#

Redis connection URI to use.

An example Redis URI for localhost is the following:

redis://localhost:6379/0