You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hugegraph-cluster-test/hugegraph-clustertest-dist/src/assembly/static/conf/rest-server.properties.template
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -34,19 +34,16 @@ arthas.ip=127.0.0.1
34
34
arthas.disabled_commands=jad
35
35
36
36
# authentication configs
37
-
# choose 'org.apache.hugegraph.auth.StandardAuthenticator' or
38
-
# 'org.apache.hugegraph.auth.ConfigAuthenticator'
37
+
# choose 'org.apache.hugegraph.auth.StandardAuthenticator' or a custom implementation
39
38
#auth.authenticator=
39
+
# for admin password, By default, it is pa and takes effect upon the first startup
0 commit comments