imbajin commented on code in PR #28:
URL: 
https://github.com/apache/incubator-hugegraph-ai/pull/28#discussion_r1469367724


##########
.github/workflows/hugegraph-python-client.yml:
##########
@@ -26,7 +26,7 @@ jobs:
         pip install -r ./hugegraph-python-client/requirements.txt
     - name: Prepare HugeGraph Server Environment
       run: |
-        docker run -d --name=graph -p 8080:8080 hugegraph/hugegraph
+        docker run -d --name=graph -p 8080:8080 -e AUTH=true -e PASSWORD=admin 
hugegraph/hugegraph:1.2.0

Review Comment:
   no need to set `-e AUTH-true` now (the latest PR 
https://github.com/apache/incubator-hugegraph/pull/2427/files enhance it)
   
   Note: the docker-1.2.0 image need update first



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to