Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • SMTP_HOST: (smtp.ncsa.illinois.edu) The SMTP server that Clowder should use to send e-mail
  • CLOWDER_BRANCH: (CATS-CORE0) Which branch should Clowder use to execute?
  • CLOWDER_BUILD: (latestSuccessful) Which build should Clowder use to execute?
  • CLOWDER_UPDATE: (NO) Whether or not to push updates back upstream
  • MONGO_URI: (mongodb://[user[:password]@]MONGO_SERVICE_IP_ADDR:PORT/clowder) The URI that should be used to connect to MongoDB
  • RABBITMQ_URI: (amqp://guest:guest@RABBIT_SERVICE_IP_ADDR:PORT/%2FVHOST) The URI that should be used to connect to RabbitMQ
  • RABBITMQ_EXCHANGE: (clowder) The name of the RabbitMQ exchange that should be used
  • RABBITMQ_MGMT_PORT: (15672) The port that should be used to access the management web UI for RabbitMQ

...

  • RABBITMQ_URI: (amqp://guest:guest@RABBIT_SERVICE_IP_ADDR:PORT/%2FVHOST) The URI that should be used to connect to RabbitMQ
  • RABBITMQ_EXCHANGE: (clowder) The name of the RabbitMQ exchange that should be used
  • RABBITMQ_VHOST: (%2F) The virtual host (URI segment) of RabbitMQ
  • RABBITMQ_QUEUE: (varies) The queue that this extractor should watch for work to do
  • RABBITMQ_PORT_5672_TCP_ADDR: (SERVICE_IP_ADDR) The address of RabbitMQ's message bus
  • RABBITMQ_PORT_5672_TCP_PORT: (5672) The port that RabbitMQ is using for its message bus
  • RABBITMQ_PORT_15672_TCP_ADDR: (SERVICE_IP_ADDR) The address of RabbitMQ's management interface
  • RABBITMQ_PORT_15672_TCP_PORT: (15672) The port that RabbitMQ is using for its management interface