Skip to content

Commit

Permalink
Fiddle with cfg indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
David Robertson committed Aug 18, 2023
1 parent 1300c3c commit 7406036
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions tests-e2e/synapse-homeserver.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
server_name: "exampledomain"
listeners:
- port: 8008
type: http
bind_addresses: ['::1', '127.0.0.1']
resources:
- port: 8008
type: http
bind_addresses: ['::1', '127.0.0.1']
resources:
- names: [client]
database:
name: sqlite3
args:
database: synapse/homeserver.db
name: sqlite3
args:
database: synapse/homeserver.db
suppress_key_server_warning: true
report_stats: false

0 comments on commit 7406036

Please sign in to comment.