Skip to content

Commit

Permalink
Change pass core user env var names
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Oct 7, 2024
1 parent 3b41f7a commit 471bd10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pass-journal-loader/pass-journal-loader-nih/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
<platform>${docker.platforms}</platform>
<env>
<PASS_CORE_BASE_URL>${pass.core.url}</PASS_CORE_BASE_URL>
<PASS_CORE_BACKEND_USER>${pass.core.user}</PASS_CORE_BACKEND_USER>
<PASS_CORE_BACKEND_PASSWORD>${pass.core.password}</PASS_CORE_BACKEND_PASSWORD>
<PASS_CORE_USER>${pass.core.user}</PASS_CORE_USER>
<PASS_CORE_PASSWORD>${pass.core.password}</PASS_CORE_PASSWORD>
</env>
<wait>
<http>
Expand Down

0 comments on commit 471bd10

Please sign in to comment.