You've already forked authentication-service
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:
@ -97,7 +97,8 @@
|
||||
{
|
||||
"binds": [
|
||||
{
|
||||
"address": "localhost:8081"
|
||||
"host": "localhost",
|
||||
"port": 8081
|
||||
}
|
||||
],
|
||||
"name": "internal",
|
||||
|
Reference in New Issue
Block a user