aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBoris Rybalkin <ribalkin@gmail.com>2023-04-04 08:42:46 +0100
committerGitHub <noreply@github.com>2023-04-04 09:42:46 +0200
commit985298cfc46cb6b33ab44d32a63a933d03e16429 (patch)
tree90b89c2dff3f18bb8cb18f709d5549dccceb0234 /.gitignore
parent682a7d0a66ce0dfd34cff2899daa6f16fdc7ebae (diff)
app service unix socket support (#3022)
This is the last part of unix socket support to talk to app servers, go based app services already support unix sockets: https://github.com/mautrix/go/commit/5a68173fe39345b8473e04bfa67cae5a13f6ca7f ``` appservice: # The address that the homeserver can use to connect to this appservice. address: unix:///var/snap/matrix/current/whatsapp.socket # The hostname and port where this appservice should listen. hostname: /var/snap/matrix/current/whatsapp.socket port: 0 ``` ### Pull Request Checklist <!-- Please read https://matrix-org.github.io/dendrite/development/contributing before submitting your pull request --> * [x] I have added Go unit tests or [Complement integration tests](https://github.com/matrix-org/complement) for this PR _or_ I have justified why this PR doesn't need tests * [x] Pull request includes a [sign off below using a legally identifiable name](https://matrix-org.github.io/dendrite/development/contributing#sign-off) _or_ I have already signed off privately Signed-off-by: `Boris Rybalkin <ribalkin@gmail.com>`
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index fe5e8279..dcfbf800 100644
--- a/.gitignore
+++ b/.gitignore
@@ -74,3 +74,4 @@ complement/
docs/_site
media_store/
+build \ No newline at end of file