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
When using a connection string for mongodb where the database is provided AND leaving
db commented out in config the plugin still uses myApp as database name.
mongodb.ini
; ... lost of earlier stuffstring=mongodb://usr:passwor@mongoserver:27017/haraka
;db=myApp; ... lots of later stuff
In this case I would expect harakato be used as db name.
The text was updated successfully, but these errors were encountered:
When using a connection string for mongodb where the database is provided AND leaving
db commented out in config the plugin still uses
myApp
as database name.mongodb.ini
In this case I would expect
haraka
to be used as db name.The text was updated successfully, but these errors were encountered: