Merge pull request #8295 from weslien/patch-8294
Fix arangoDB connector
This commit is contained in:
commit
975134caea
|
@ -62,6 +62,8 @@ class ArangoDBIntegration implements IntegrationBase {
|
|||
|
||||
constructor(config: ArangodbConfig) {
|
||||
const newConfig = {
|
||||
url: config.url,
|
||||
databaseName: config.databaseName,
|
||||
auth: {
|
||||
username: config.username,
|
||||
password: config.password,
|
||||
|
|
Loading…
Reference in New Issue