How to use one application (ams console app) that uses a separate mongodb. #5445
rahul78275
started this conversation in
Plugins/Custom Extensions
Replies: 3 comments 3 replies
-
@burak-58 abi 📢 |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi @rahul78275 let me check this and get back to you. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hi my dear friend Rahul, You know that AMS uses MongoDB in cluster mode. But there is no problem with using MongoDB in standalone mode as well.
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Team
I am developing an application on top of antmedia server, where I am creating some rest apis and want to use a separate mongodb for my application. Other default apps (LiveApp, webRTCAppEE) remains unchanged.
What/Where I have to make changes in files ?
Also in DB connection credentials do i need to pass the instance public IP ?
store = new CRUDMongoStore("INSTANCE_PUBLIC_IP", "", "", "CRUDstore");
Would any changes is required if my mongodb is installed on the same instance where ams is installed OR both are on different instance on AWS.
Thank You
Beta Was this translation helpful? Give feedback.
All reactions