Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
FINANCE-191: Reading token authorization key from configuration (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
subhash-eGov authored May 28, 2021
1 parent c3cba4b commit 34d4f52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public class PropertiesManager {
@Value("${egov.services.egfmaster.hostname}")
private String egfMasterHostUrl;

@Value("${token.authorizaton.key}")
@Value("${token.authorization.key}")
private String tokenAuhorizationtKey;

@Value("${egov.collection.receipt.voucher.save.topic}")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ fin.coe.erp.environment.name=dev
# i.e http or https
fin.coe.erp.http.protocol=https

token.authorizaton.key=Basic ZWdvdi11c2VyLWNsaWVudDo=
token.authorization.key=

#egov-user
egov.services.egov.user.host = https://dev.digit.org/
Expand Down

0 comments on commit 34d4f52

Please sign in to comment.