Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [flux-dev] Flux Deployment - Customize

From what you are syaing you probably found this already...
https://github.com/eclipse/flux/blob/master/node.server/rabbit-url.js

But, to do what you want, you probably need to edit that code and
add someway for you to set the rabbiturl.

Either that, or you fake it, and set the VCAP environment variables
in the way that this piece of code expects.

Both will probably work.

Kris

On Thu, May 21, 2015 at 10:10 PM, Swapnesh Sharma <swapnesh1185@xxxxxxxxx> wrote:
Hello Everyone,
i am trying to deploy each part of flux in a separate machine starting with Messaging/RabbitMQ running separately and everything else on local.

I cannot find how to overwrite rabbitmq url in node.js. Can anyone tell if there is a easy way to do this?
I could only find it connecting to localhost or cloud foundry environment(process.env.VCAP_SERVICES). i am trying to deploy each part in a separate machine starting with Messaging/RabbitMQ running separately and everything else on local.


Regards,
Swapnesh
_______________________________________________
flux-dev mailing list
flux-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/flux-dev


Back to the top