Skip to content

Commit 9828a54

Browse files
committed
Fix bind_addresses YAML syntax: use block list not flow sequence
Made-with: Cursor
1 parent 8360496 commit 9828a54

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

apps/matrix/config/homeserver.yaml.default

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ pid_file: /data/homeserver.pid
1010

1111
listeners:
1212
- port: 8008
13-
bind_addresses: ['0.0.0.0']
13+
bind_addresses:
14+
- '0.0.0.0'
1415
tls: false
1516
type: http
1617
x_forwarded: true

0 commit comments

Comments
 (0)