Which is the port to be used for BAAS_USERGRID_URL in 16.01?

 
Solved Solved
0 1 191
1 ACCEPTED SOLUTION

In the config file:

  • URL and port of the load balancer for the API BaaS Stack nodes, or IP/DNS and port 8080 of a single Stack node with no load balancer.

BAAS_USERGRID_URL=http://myloadbalancer:8443

In a production environment, this is the URL and port of the load balancer that is in front of the API BaaS Stack nodes, in the form:

http://myStackLoadBalancer:port

In a testing or development environment, where you only have a single API BaaS Stack node, this can be the URL and port number of an API BaaS Stack node, in the form:

http://stackIPorDNS:8080

The port number for the API BaaS Stack server is 8080.

View solution in original post

1 REPLY 1

In the config file:

  • URL and port of the load balancer for the API BaaS Stack nodes, or IP/DNS and port 8080 of a single Stack node with no load balancer.

BAAS_USERGRID_URL=http://myloadbalancer:8443

In a production environment, this is the URL and port of the load balancer that is in front of the API BaaS Stack nodes, in the form:

http://myStackLoadBalancer:port

In a testing or development environment, where you only have a single API BaaS Stack node, this can be the URL and port number of an API BaaS Stack node, in the form:

http://stackIPorDNS:8080

The port number for the API BaaS Stack server is 8080.