Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

patch dendrite microservices with bind config #795

Merged
merged 6 commits into from Oct 2, 2019
Merged

patch dendrite microservices with bind config #795

merged 6 commits into from Oct 2, 2019

Commits on Sep 22, 2019

  1. patch dendrite microservices with bind config

    Adds bind block to the dendrite config.
    microservices bind to address in this block, and talk to other microservices via the address in the listen block
    aditsachde committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    9e95d59 View commit details
    Browse the repository at this point in the history
  2. Allow fallback if bind not specified

    Allows fallback to listen block if bind block not specified
    aditsachde committed Sep 22, 2019
    Configuration menu
    Copy the full SHA
    619ece0 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2019

  1. change logic location

    aditsachde committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    98aff17 View commit details
    Browse the repository at this point in the history
  2. Update common/basecomponent/base.go

    Co-Authored-By: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
    aditsachde and anoadragon453 committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    d9ca0d7 View commit details
    Browse the repository at this point in the history
  3. add bind test config

    aditsachde committed Oct 1, 2019
    Configuration menu
    Copy the full SHA
    888b625 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ff707d View commit details
    Browse the repository at this point in the history