Skip to content

Commit

Permalink
Merge pull request #3 from DataINCITE/adams-dev
Browse files Browse the repository at this point in the history
change configs
  • Loading branch information
adamsk4 authored Dec 13, 2022
2 parents 929ebe8 + bcc1a40 commit d99f826
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public class Config {
stream_properties.put("rest.socket.port", "61100");
stream_properties.put("rest.socket.key", "rest-key-reserved");
// stream_properties.put("output.socket.address", "defi-de.idea.rpi.edu");
stream_properties.put("output.socket.address", "DataEngine");
stream_properties.put("output.socket.address", "RestApp");
stream_properties.put("output.socket.port", "61200");
stream_properties.put("local.stream.type", "mongo_db");
stream_properties.put("mongodb.properties.uri", "mongodb://MONGO:27017");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ rest.socket.key=rest-key-reserved
# === OUTPUT SOCKET PROPERTIES ===

# Output socket address
output.socket.address=DataEngine
output.socket.address=RestApp

# Output socket port
output.socket.port=61200
Expand Down

0 comments on commit d99f826

Please sign in to comment.