Skip to content

Commit

Permalink
add comment indicating that octopus network config will need to be ch…
Browse files Browse the repository at this point in the history
…anged in the future
  • Loading branch information
ascibisz committed Feb 2, 2024
1 parent e728e86 commit 9ae0195
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/state/trajectory/logics.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,13 @@ import {
Template,
} from "./conversion-data-types";

// TODO: this will need to be configured to point to the ECS instance once this is updated,
// currently this requires running Octopus locally.
const netConnectionSettings: NetConnectionParams = {
serverIp: "0.0.0.0",
serverPort: 8765,
useOctopus: true,
secureConnection: false,
secureConnection: true,
};

const resetSimulariumFileState = createLogic({
Expand Down

0 comments on commit 9ae0195

Please sign in to comment.