Fix arangoDB connector :
https://github.com/Budibase/budibase/issues/8294#issue-1412041907
This commit is contained in:
parent
f7b76f625d
commit
8c3617d89c
|
@ -62,6 +62,8 @@ class ArangoDBIntegration implements IntegrationBase {
|
||||||
|
|
||||||
constructor(config: ArangodbConfig) {
|
constructor(config: ArangodbConfig) {
|
||||||
const newConfig = {
|
const newConfig = {
|
||||||
|
url: config.url,
|
||||||
|
databaseName: config.databaseName,
|
||||||
auth: {
|
auth: {
|
||||||
username: config.username,
|
username: config.username,
|
||||||
password: config.password,
|
password: config.password,
|
||||||
|
|
Loading…
Reference in New Issue