Skip to content

Commit

Permalink
feat: Luca Pacioli Tribute
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Czeladka committed Nov 7, 2024
1 parent d3bf7fb commit 278b597
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 @@ -24,7 +24,7 @@ public class LOBOnChainBatchProcessor {
private final TransactionService transactionService;
private final MetadataDeserialiser metadataDeserialiser;

@Value("${lob.transaction.metadata_label:22222}")
@Value("${lob.transaction.metadata_label:1447}")
private int metadataLabel;

@EventListener
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ endpoints.health.enabled=${HEALTH_ENABLED:true}
management.endpoints.web.exposure.include=${WEB_EXPOSURE_INCLUDE:health,info,prometheus,metrics,scheduledtasks,flyway}
management.endpoint.health.show-details=${MANAGEMENT_ENDPOINT_SHOW_DETAILS:always}

lob.transaction.metadata.label=${LOB_METADATA_LABEL:22222}
lob.transaction.metadata.label=${LOB_METADATA_LABEL:1447}

lob.blockfrost.url=${BLOCKFROST_URL:https://cardano-preprod.blockfrost.io/api/v0}
lob.blockfrost.api_key=${BLOCKFROST_PASSWORD}
Expand Down

0 comments on commit 278b597

Please sign in to comment.