Skip to content

Commit

Permalink
change configs
Browse files Browse the repository at this point in the history
  • Loading branch information
Kadams35 committed Dec 13, 2022
1 parent a2a7cd5 commit bcc1a40
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 bcc1a40

Please sign in to comment.