Skip to content

Commit

Permalink
Update src/dataset-archive/index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sdobbert committed Mar 5, 2024
1 parent 90c5597 commit e10176e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/dataset-archive/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ const resultQueue = process.env.RESULTSQUEUE;
const rabbitHost = process.env.RABBITHOST;
const rabbitUser = process.env.RABBITUSER;
const rabbitPass = process.env.RABBITPASS;
// TODO: Add user, passwort and path for curl command to environmental variables in klips-sdi
const iorUser = process.env.IORUSER;
const iorPass = process.env.IORPASS;
const iorPath = process.env.IORPATH;
Expand Down

0 comments on commit e10176e

Please sign in to comment.