Skip to content

Commit b987bf3

Browse files
committed
Updated properties files with proper coniguration.
1 parent 1f2842c commit b987bf3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

loggingserver/openemrconnect.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ HDSS.Address=org.kemri.kisumu.hdss
1515
LoggingServer.Address=ke.go.moh.loggingServer
1616

1717
# IP Address/port corresponding to each message destination (or wildcard)
18-
IPAddressPort.*=localhost:9720/zip/length/md5
18+
IPAddressPort.*=localhost:9710/zip/length/md5
1919

2020
# Port on which the HTTPHandler listens for incoming HTTP requests
2121
HTTPHandler.ListenPort=9712

mpi/openemrconnect.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ LoggingServer.Address=ke.go.moh.loggingServer
1717
# IP Address/port corresponding to each message destination (or wildcard)
1818
#IPAddressPort.ke.go.moh.loggingServer=localhost:9712/zip/length/md5
1919
IPAddressPort.ke.go.moh.facility.14080.tb.reception=localhost:9723/zip/length/md5
20-
# IPAddressPort.ke.go.moh.facility.14080.lpi=localhost:9721/zip/length/md5
21-
IPAddressPort.*=localhost:9720/zip/length/md5
20+
IPAddressPort.ke.go.moh.facility.14080.lpi=localhost:9721/zip/length/md5
21+
IPAddressPort.*=localhost:9710/zip/length/md5
2222

2323
# Port on which the HTTPHandler listens for incoming HTTP requests
2424
HTTPHandler.ListenPort=9721

reception/openemrconnect.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,12 @@ LoggingServer.Address=ke.go.moh.loggingServer
7474
# IPAddressPort.*
7575
#
7676
# IPAddressPort.ke.go.moh.mpi=localhost:9711/zip/length/md5
77-
IPAddressPort.ke.go.moh.facility.14080.lpi=192.168.2.1:9721/zip/length/md5
77+
# IPAddressPort.ke.go.moh.facility.14080.lpi=192.168.2.1:9721/zip/length/md5
7878
# IPAddressPort.ke.go.moh.facility.14080.cds=localhost:9722/zip/length/md5
7979
# IPAddressPort.ke.go.moh.loggingServer=localhost:9712/zip/length/md5
8080
# IPAddressPort.org.kemri.kisumu.hdss=localhost:9713/zip/length/md5
8181
# IPAddressPort.*=192.168.2.1:9720/zip/length/md5
82-
IPAddressPort.*=192.168.2.1:9720/zip/length/md5
82+
IPAddressPort.*=localhost:9720/zip/length/md5
8383
# Port on which the HTTPHandler listens for incoming HTTP requests
8484
HTTPHandler.ListenPort=9723
8585

0 commit comments

Comments
 (0)