Skip to content

Commit

Permalink
Make settings password for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Sep 5, 2024
1 parent 4a2f30f commit d5037ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meltano.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ plugins:
- name: ftp.password
label: FTP Password
description: Password for the FTP server
kind: string
kind: password
sensitive: true
- name: ftp.encoding
label: FTP Encoding
Expand All @@ -71,7 +71,7 @@ plugins:
- name: github.token
label: GitHub Token
description: Token for GitHub
kind: string
kind: password
sensitive: true

- name: files
Expand Down

0 comments on commit d5037ba

Please sign in to comment.