arangodb adapter

This commit is contained in:
elee
2022-03-17 04:49:26 -05:00
parent 68cf6a9229
commit 921535001a
8 changed files with 434 additions and 1 deletions

View File

@@ -285,6 +285,12 @@ healthcheck_enabled = false
index.max_result_window = 10000
[arangodb] # in development dont use it
enabled = false
arango_host=["http://localhost:8529"]
arango_user=""
arango_pass=""
##########################
##########################