Skip to content

Commit

Permalink
Merge pull request #81 from cardano-foundation/test/yaci_dev_env
Browse files Browse the repository at this point in the history
test: yaci dev environment
  • Loading branch information
M4rc0Russ0 authored Nov 7, 2024
2 parents e999f74 + 560433b commit 2dfaab8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _backend-services/cf-lob-ledger-follower-app/.env.template
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
BLOCKFROST_URL=https://blockfrost-api.pro.dandelion-preprod.eu-west-1.metadata.dev.cf-deployments.org
BLOCKFROST_PASSWORD=password
LOB_BLOCKFROST_URL=http://localhost:8080/api/v1/
STORE_CARDANO_HOST=localhost
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# local YaciDevKit network, see: https://github.com/bloxbean/yaci-devkit
cardano.network=DEV

lob.blockfrost.url=http://localhost:8080/api/v1/
lob.blockfrost.url=${LOB_BLOCKFROST_URL:http://localhost:8080/api/v1/}
# locally YaciDevKit has an empty password
lob.blockfrost.api_key=

cardano-client-lib.backend.type=YACI

store.cardano.host=localhost
store.cardano.host=${STORE_CARDANO_HOST:localhost}
store.cardano.port=3001
# 42 is protocol magic for Yaci-Dev-Kit
store.cardano.protocol-magic=42
Expand Down

0 comments on commit 2dfaab8

Please sign in to comment.