Skip to content
This repository has been archived by the owner on Aug 22, 2019. It is now read-only.

Commit

Permalink
Merge pull request #1504 from DMPS/patch-1
Browse files Browse the repository at this point in the history
Add note on advanced configuration for mongodb
  • Loading branch information
MetcalfeTom committed Jan 2, 2019
2 parents 5a65c49 + d7ab2c9 commit 065bf7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/tracker_stores.rst
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ MongoTrackerStore
db: <name of the db within your mongo instance, e.g. rasa>
username: <username used for authentication>
password: <password used for authentication>
You can also add more advanced configurations (like enabling ssl) by appending
a parameter to the url field, e.g. mongodb://localhost:27017/?ssl=true

3. To start the Rasa Core server using your configured MongoDB instance,
add the :code:`--endpoints` flag, e.g.:
Expand Down

0 comments on commit 065bf7d

Please sign in to comment.