Skip to content

Commit 0f530d5

Browse files
committed
Refactoring host names
1 parent f4522ac commit 0f530d5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

backtesting-engine-cpp.xcodeproj/xcshareddata/xcschemes/source.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</BuildableProductRunnable>
5959
<CommandLineArguments>
6060
<CommandLineArgument
61-
argument = "100.85.44.114"
61+
argument = "localhost"
6262
isEnabled = "YES">
6363
</CommandLineArgument>
6464
<CommandLineArgument

scripts/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,5 +49,5 @@ output=$(echo "$json" | base64)
4949

5050
# Step 6: Run the tests for now (/executable) from the root directory
5151
# Passing two arguements, the destination of the QuestDB and the Strategy JSON (in base64)
52-
./"$BUILD_DIR/$EXECUTABLE_NAME" 100.85.44.114 "$output"
52+
./"$BUILD_DIR/$EXECUTABLE_NAME" localhost "$output"
5353

0 commit comments

Comments
 (0)