wa2group13/communication_manager

By wa2group13

Updated about 2 years ago

Handles email queues from and to Gmail.

Image
Message queues
Web servers
Content management system
0

227

wa2group13/communication_manager repository overview

Communication Manager

Environmental variables

  • APPLICATION_NAME: Name of the Google application to connect
  • CLIENT_ID: Client id given by the Google API for Gmail
  • CLIENT_SECRET: Client secret given by the Google API for Gmail
  • REFRESH_TOKEN: Refresh token for the application
  • SPRING_PROFILES_ACTIVE: Spring comma-separated profiles. Default: dev, no-security. Values:
    • dev: logging
    • prod: production environment
    • no-security: disable security filter chains
    • no-gmail: disable Google Mail fetch
  • KAFKA_PRODUCER_BOOTSTRAP_SERVERS: Comma-separated list of host:port pairs to use for establishing the initial connections to the Kafka cluster.
  • KAFKA_PRODUCER_MAX_REQUEST_SIZE: How big the request can be to Kafka. Default: 10485760
  • KAFKA_PRODUCER_MESSAGE_MAX_BYTES: How big a single message can be sent to Kafka. Default: 10485760
  • OPENAPI_BASE_URL: base url of this service that will appear in the OpenAPI documentation. Default http://localhost:${PORT}
  • PORT: server port. Default: 8080

Tag summary

Content type

Image

Digest

sha256:7744e1059

Size

188.5 MB

Last updated

about 2 years ago

docker pull wa2group13/communication_manager:1.2.0