We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5475d95 commit abea979Copy full SHA for abea979
connectservice/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:18
+FROM node:22
2
WORKDIR /app
3
4
COPY package*.json ./
connectservice/Readme.md
@@ -1,8 +1,8 @@
# Connect Service
Connect Service is a sample implementation of a web service which records usage
-of Mirth Server, and provides access to a notifications feed. The service implements
5
-the operations called by the client in `ConnectServiceUtil.java`.
+of Open Integration Engine, and provides access to a notifications feed. The service
+implements the operations called by the client in `ConnectServiceUtil.java`.
6
7
## Running and testing
8
0 commit comments