Skip to content

Commit

Permalink
Remove unused configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vrajmohan committed Jan 17, 2024
1 parent 7736d97 commit ba677a0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,16 +100,6 @@ server:
servlet:
session:
persistent: true
ftps:
username: ${FTPS_USERNAME:-""}
password: ${FTPS_PASSWORD:-""}
upload-url: ${FTPS_UPLOAD_URL:-""}
upload-dir: ${FTPS_UPLOAD_DIR:-""}
pgp:
bucket-name: ${PGP_KEYS_DIR}
seckey-file-path: ${PGP_SECKEY_FILE_PATH}
pubkey-file-path: ${PGP_PUBKEY_FILE_PATH}
sigkey-password: ${PGP_SIGKEY_PASSWORD}
management:
endpoints:
enabled-by-default: false

0 comments on commit ba677a0

Please sign in to comment.