NONRTRIC-946: Add support for Kong routes
[nonrtric/plt/sme.git] / servicemanager / .env.example
diff --git a/servicemanager/.env.example b/servicemanager/.env.example
new file mode 100644 (file)
index 0000000..5f7bfe1
--- /dev/null
@@ -0,0 +1,12 @@
+KONG_DOMAIN=<string>
+KONG_PROTOCOL=<http or https protocol scheme>
+KONG_IPV4=<host string>
+KONG_DATA_PLANE_PORT=<port number>
+KONG_CONTROL_PLANE_PORT=<port number>
+CAPIF_PROTOCOL=<http or https protocol scheme>
+CAPIF_IPV4=<host>
+CAPIF_PORT=<port number>
+LOG_LEVEL=<Trace, Debug, Info, Warning, Error, Fatal or Panic>
+SERVICE_MANAGER_PORT=<port number>
+TEST_SERVICE_IPV4=<host string>
+TEST_SERVICE_PORT=<port number>
\ No newline at end of file