Merge branch 'hotfix/fix-mongo' into develop

This commit is contained in:
navaneeth 2021-07-03 18:33:01 +05:30
commit f864d00ee3

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 }
}