Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change okapi app user
Browse files Browse the repository at this point in the history
jgreben committed Nov 7, 2023
1 parent 5821ba2 commit 887fdae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cyber_source/download_payment_batch_detail_report.rb
Original file line number Diff line number Diff line change
@@ -112,8 +112,8 @@ def folio_client
FolioClient.configure(
url: ENV.fetch('OKAPI_URL', 'http://okapi:9130'),
login_params: {
'username' => ENV.fetch('OKAPI_READONLY_APP_USER', nil),
'password' => ENV.fetch('OKAPI_READONLY_APP_PASSWORD', nil)
'username' => ENV.fetch('APP_USER', nil),
'password' => ENV.fetch('APP_PASSWORD', nil)
},
okapi_headers: { 'X-Okapi-Tenant' => 'sul', 'User-Agent' => 'FolioApiClient' }
)

0 comments on commit 887fdae

Please sign in to comment.