Skip to content

Commit

Permalink
fix: default metadata server URI
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyslbw committed Apr 2, 2021
1 parent f3cc9ec commit 2a98055
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ services:
target: server
args:
- NETWORK=${NETWORK:-mainnet}
- METADATA_SERVER_URI=${METADATA_SERVER_URI:-https://metadata.cardano.org/metadata}
- METADATA_SERVER_URI=${METADATA_SERVER_URI:-https://tokens.cardano.org}
image: inputoutput/cardano-graphql:${CARDANO_GRAPHQL_VERSION:-4.0.0}
environment:
- ALLOW_INTROSPECTION=true
Expand Down

0 comments on commit 2a98055

Please sign in to comment.