blob: a9ea865b16da882dd3580eb9cc2e58570b872f6b [file] [log] [blame]
# bind url
restserver.url=http://127.0.0.1:8080
# gremlin server url, need to be consistent with host and port in gremlin-server.yaml
#gremlinserver.url=http://127.0.0.1:8182
# graphs list with pair NAME:CONF_PATH
graphs=[hugegraph:conf/hugegraph.properties]
# authentication
auth.authenticator=com.baidu.hugegraph.auth.StandardAuthenticator
#auth.admin_token=
#auth.user_tokens=[]