TeaL Websocket Dispatcher configuration reference#
The TeaL Websocket Dispatcher 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.
LISTENER_URL
#
TeaL Web Listener HTTP URL to present in the dispatcher metadata.
PASSWORD
#
Password to be passed by clients on the websocket endpoint, using the
anonymous
username.
REDIS_URL
#
Redis connection URI to use.
An example Redis URI for localhost is the following:
redis://localhost:6379/0