Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove outdated Crypto logic and improve ETL configuration #138

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
Update HPDS directory path in application.properties
Changed the `etl.hpds.directory` property to use the absolute path
`/opt/local/hpds` instead of `./` to avoid relative path issues.
TDeSain committed Mar 3, 2025
commit 2f1761d279d4f3ebef2023e34b85f9a255030ef7
2 changes: 1 addition & 1 deletion etl/src/main/resources/application.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
encryption.enabled=false
etl.hpds.directory=./
etl.hpds.directory=/opt/local/hpds
etl.rollup.enabled=false