Cole-Greer commented on code in PR #1915:
URL: https://github.com/apache/tinkerpop/pull/1915#discussion_r1053586927


##########
gremlin-dotnet/test/Gremlin.Net.IntegrationTest/appsettings.json:
##########
@@ -2,5 +2,9 @@
   "TestServerIpAddress": "localhost",
   "TestServerIpAddressDocker": "gremlin-server-test-dotnet",
   "TestServerPort": 45940,
-  "TestSecureServerPort": 45941
+  "TestSecureServerPort": 45941,
+  "GremlinSocketServerIpAddress": "localhost",
+  "GremlinSocketServerIpAddressDocker": "gremlin-socket-server",
+  "GremlinSocketServerConfig": 
"../../../../../../gremlin-tools/gremlin-socket-server/conf/test-ws-gremlin.yaml",

Review Comment:
   It similar but not the same. Line 9 has the path for docker. The docker path 
removes "../gremlin-tools/" from the middle of the local path. 
ConfigProvider.cs will select the correct path based on the 
"DOCKER_ENVIRONMENT" environment variable.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to