superscriptjs / superscript

A dialogue engine for creating chat bots
http://superscriptjs.com
MIT License
1.65k stars 209 forks source link

Where can I configure MONGO? #343

Closed xilu0 closed 7 years ago

xilu0 commented 7 years ago

Where can I configure MONGO,I want to use remote MONDOGB

bensalilijames commented 7 years ago

You can do this with e.g. superscript.setup({ mongoURI: 'mongodb://localhost/superscriptDB' }) 🙂