We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee34da3 commit 267acf5Copy full SHA for 267acf5
compose/common.yml
@@ -66,7 +66,7 @@ x-provider-server-environment: &provider-server-environment
66
SERVICE_NAMES: ${SERVICE_NAMES:-asset,chain-history,handle,network-info,rewards,stake-pool,tx-submit,utxo}
67
SUBMIT_API_URL: ${SUBMIT_API_URL:-http://cardano-submit-api:8090/}
68
USE_BLOCKFROST: ${USE_BLOCKFROST:-false}
69
- USE_SUBMIT_API: ${USE_SUBMIT_API:-true}
+ USE_SUBMIT_API: ${USE_SUBMIT_API:-false}
70
71
x-sdk-environment: &sdk-environment
72
LOGGER_MIN_SEVERITY: ${LOGGER_MIN_SEVERITY:-info}
0 commit comments