We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4522ac commit 0f530d5Copy full SHA for 0f530d5
2 files changed
backtesting-engine-cpp.xcodeproj/xcshareddata/xcschemes/source.xcscheme
@@ -58,7 +58,7 @@
58
</BuildableProductRunnable>
59
<CommandLineArguments>
60
<CommandLineArgument
61
- argument = "100.85.44.114"
+ argument = "localhost"
62
isEnabled = "YES">
63
</CommandLineArgument>
64
scripts/run.sh
@@ -49,5 +49,5 @@ output=$(echo "$json" | base64)
49
50
# Step 6: Run the tests for now (/executable) from the root directory
51
# Passing two arguements, the destination of the QuestDB and the Strategy JSON (in base64)
52
-./"$BUILD_DIR/$EXECUTABLE_NAME" 100.85.44.114 "$output"
+./"$BUILD_DIR/$EXECUTABLE_NAME" localhost "$output"
53
0 commit comments