1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-29 22:01:14 +03:00

Fix the default listener configuration

This commit is contained in:
Quentin Gliech
2023-03-08 16:39:31 +01:00
parent ad49d9a17c
commit c602b29ffd
2 changed files with 5 additions and 3 deletions

View File

@ -97,7 +97,8 @@
{
"binds": [
{
"address": "localhost:8081"
"host": "localhost",
"port": 8081
}
],
"name": "internal",