-
Notifications
You must be signed in to change notification settings - Fork 148
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem when I start the app.... #56
Comments
When I start the app,
When I see the app.log, it says: 2018-03-29T15:09:33.142Z - info: GET / - - ms - - 2018-03-29T15:09:39.837Z - info: GET / - - ms - - 2018-03-29T15:11:39.858Z - info: GET / - - ms - - 2018-03-29T15:12:06.264Z - info: GET / - - ms - - 2018-03-29T15:14:06.279Z - info: GET / - - ms - - 2018-03-29T15:17:06.365Z - info: GET / - - ms - - Thanks for your help. |
@xxx31fr Witch version of mongodb are you installed? looks problem is on mongodb. |
this is the last version mongodb |
can it be possible to change Mongodb with MySQL? Thank you so much for your help. |
@xxx31fr meanTorrent don`t support Mysql, that need a lot of work should to do, and include many codes need to change. so meanTorrent only support mongoDB. |
same error code here,I'm using AWS's mean eviroment snapshot,really frustrated |
Hello,
I'd install MongoDB on the same server than MeanTorrent.
I'd like to have 2 differents servers:
1 for MongoDB
1 for Application MeanTorrent
How to modify Application code to connect to a remote DB
and, Second Question, I'd like to secure the DB, How to modifiy the application code to use user/password to connect to the MongoDB database?
Thanks.
The text was updated successfully, but these errors were encountered: