mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-22 16:38:21 +00:00
Merge branch 'hotfix/fix-mongo' into main
This commit is contained in:
commit
16659f0407
1 changed files with 1 additions and 1 deletions
|
|
@ -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 }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue