Skip to content

Commit

Permalink
Merge pull request #3 from cgs-earth/webb-ben-patch-1
Browse files Browse the repository at this point in the history
Add HYDRO_DATADIR
  • Loading branch information
webb-ben authored Mar 13, 2024
2 parents e4787ed + e67d5a8 commit 7d4ba11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hydrodump/hydrodump/hydrodump.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
HYDRO_RESOURCE = os.getenv('HYDRO_RESOURCE')
HYDRO_USERNAME = os.getenv('HYDRO_USERNAME')
HYDRO_PASSWORD = os.getenv('HYDRO_PASSWORD')
HYDRO_DATADIR = Path('/data')
HYDRO_DATADIR = Path(os.getenv('HYDRO_DATADIR', '/data'))

POSTGRES_HOST = os.getenv('POSTGRES_HOST', 'database')
POSTGRES_PORT = os.getenv('POSTGRES_PORT', 5432)
Expand Down

0 comments on commit 7d4ba11

Please sign in to comment.