Merge branch 'hotfix/fix-mongo' into main

This commit is contained in:
navaneeth 2021-07-03 18:32:50 +05:30
commit 16659f0407

View file

@ -59,7 +59,7 @@ export const dataBaseSources = [
host: { type: 'string' },
port: { type: 'string' },
username: { type: 'string' },
password: { type: 'string' },
password: { type: 'string', encrypted: true },
connection_type: { type: 'options'},
connection_string: { type: 'string', encrypted: true }
}