Skip to content

Commit f274bf0

Browse files
authored
Merge pull request #155 from cardano-foundation/chore/normalize-some-env-vars
chore(follower-app): normalize some environment variables across profiles
2 parents b90ffde + dea715f commit f274bf0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

_backend-services/cf-lob-ledger-follower-app/src/main/resources/application.properties

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -42,19 +42,19 @@ management.endpoint.health.show-details=${MANAGEMENT_ENDPOINT_SHOW_DETAILS:alway
4242

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

45-
lob.blockfrost.url=${BLOCKFROST_URL:https://cardano-preprod.blockfrost.io/api/v0}
46-
lob.blockfrost.api_key=${BLOCKFROST_PASSWORD}
45+
lob.blockfrost.url=${LOB_BLOCKFROST_URL:https://cardano-preprod.blockfrost.io/api/v0}
46+
lob.blockfrost.api_key=${LOB_BLOCKFROST_PASSWORD}
4747

4848
cardano-client-lib.backend.type=${CLI_BACKEND:BLOCKFROST}
4949

5050
# yaci store props
51-
store.cardano.host=${CARDANO_NODE_HOST:preprod-node.world.dev.cardano.org}
52-
store.cardano.port=${CARDANO_NODE_PORT:30000}
51+
store.cardano.host=${STORE_CARDANO_NODE_HOST:preprod-node.world.dev.cardano.org}
52+
store.cardano.port=${STORE_CARDANO_NODE_PORT:30000}
5353
# protocol magic 1 = Cardano PreProd network
54-
store.cardano.protocol-magic=${CARDANO_NODE_PROTOCOL_MAGIC:1}
54+
store.cardano.protocol-magic=${STORE_CARDANO_NODE_PROTOCOL_MAGIC:1}
5555

56-
store.cardano.sync-start-blockhash=${YACI_STORE_CARDANO_SYNC_START_BLOCK_HASH:274218b4101de63d02dd38fa0ff9be75a1c146667f4aa67fe8a04e462c8c55b1}
57-
store.cardano.sync-start-slot=${YACI_STORE_CARDANO_SYNC_START_SLOT:67868386}
56+
store.cardano.sync-start-blockhash=${STORE_CARDANO_SYNC_START_BLOCK_HASH:274218b4101de63d02dd38fa0ff9be75a1c146667f4aa67fe8a04e462c8c55b1}
57+
store.cardano.sync-start-slot=${STORE_CARDANO_SYNC_START_SLOT:67868386}
5858

5959
apiPrefix=${API_PREFIX:/yaci-api}
6060

@@ -70,4 +70,4 @@ chain.sync.status.check.initial.delay=${CHAIN_SYNC_STATUS_CHECK_INITIAL_DELAY:PT
7070

7171
server.port=9090
7272

73-
spring.jackson.default-property-inclusion=non_null
73+
spring.jackson.default-property-inclusion=non_null

0 commit comments

Comments
 (0)