We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7616d4 commit 1f58942Copy full SHA for 1f58942
changelog/5811.docs.rst
@@ -0,0 +1 @@
1
+event brokers documentation should say 'url' instead of 'host'
docs/api/event-brokers.rst
@@ -273,7 +273,7 @@ PostgreSQL databases can be used as well:
273
274
event_broker:
275
type: SQL
276
- host: 127.0.0.1
+ url: 127.0.0.1
277
port: 5432
278
dialect: postgresql
279
username: myuser
0 commit comments