You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
storage:
name: mongodb
options:
connectionString: ${MONGODB_CONNECTION_STRING}
# optional database name, defaults to `deepstream`
database: 'someDb'
# optional table name for records without a splitChar
# defaults to deepstream_records
defaultTable: 'someTable'
# optional character that's used as part of the
# record names to split it into a tabel and an id part
splitChar: '/'
where is should be according to this repo:
storage:
name: mongodb
options:
connectionString: ${MONGODB_CONNECTION_STRING}/somedb
# DEPRECATED? optional database name, defaults to `deepstream`
# DEPRECATED? database: 'someDb' --- NOT used in newer versions of mongo
# optional table name for records without a splitChar
# defaults to deepstream_records
defaultTable: 'someTable'
# optional character that's used as part of the
# record names to split it into a tabel and an id part
splitChar: '/'
The text was updated successfully, but these errors were encountered:
The Website documentation here:
https://deepstreamhub.com/open-source/integrations/db-mongodb/
Shows the "older" format for mongodb connection in the conf.yaml for deepstream
where is should be according to this repo:
The text was updated successfully, but these errors were encountered: