NONRTRIC-998: Servicemanager - Add API Docs
[nonrtric/plt/sme.git] / servicemanager / .env.example
1 # The Kong Data plane provides the endpoint that Service Manager gives to the rApp so that the rApp can invoke the CAPIF published API.
2 # In a Kubernetes environment, we need to use the Kong NodePort IP and nodePort if the rApp needs access from outside the Kong cluster.
3 # From inside the Kong cluster, we can use the Kubernetes cluster DNS entry, kong-nonrtric-kong-proxy.nonrtric.svc.cluster.local.
4 KONG_DOMAIN=<string>
5 KONG_PROTOCOL=<http or https protocol scheme>
6 KONG_CONTROL_PLANE_IPV4=<host string>
7 KONG_CONTROL_PLANE_PORT=<port number>
8 KONG_DATA_PLANE_IPV4=<host string>
9 KONG_DATA_PLANE_PORT=<port number>
10 CAPIF_PROTOCOL=<http or https protocol scheme>
11 CAPIF_IPV4=<host>
12 CAPIF_PORT=<port number>
13 LOG_LEVEL=<Trace, Debug, Info, Warning, Error, Fatal or Panic>
14 SERVICE_MANAGER_PORT=<port number>
15 TEST_SERVICE_IPV4=<host string>
16 TEST_SERVICE_PORT=<port number>