Skip to content

Commit 1f58942

Browse files
cristianmtrrasabot
andauthored
event brokers documentation should say 'url' instead of 'host' (RasaHQ#5811)
* event brokers documentation should say 'url' instead of 'host' * Create 5811.docs.rst Co-authored-by: Roberto <[email protected]>
1 parent a7616d4 commit 1f58942

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

changelog/5811.docs.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
event brokers documentation should say 'url' instead of 'host'

docs/api/event-brokers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ PostgreSQL databases can be used as well:
273273
274274
event_broker:
275275
type: SQL
276-
host: 127.0.0.1
276+
url: 127.0.0.1
277277
port: 5432
278278
dialect: postgresql
279279
username: myuser

0 commit comments

Comments
 (0)