Skip to content

Commit

Permalink
chore: add dev api options on backend test deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerose committed Jan 28, 2025
1 parent 9688127 commit db27e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/test_backend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ on:
- "staging.govtool.byron.network/api"
- "govtool.cardanoapi.io/api"
- "z6b8d2f7a-zca4a4c45-gtw.z937eb260.rustrocks.fr"
- "dev-sanchonet.govtool.byron.network/api"
- "be.gov.tools"
network:
required: true
Expand Down
2 changes: 1 addition & 1 deletion tests/govtool-backend/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@
METRICS_API_SECRET = os.getenv("METRICS_API_SECRET")
KUBER_API_URL = f'https://{os.getenv("NETWORK","preview")}.kuber.cardanoapi.io'
KUBER_API_KEY = os.getenv("KUBER_API_KEY")
FAUCET_API_URL = f'https://faucet.${os.getenv("NETWORK","preview")}.world.dev.cardano.org'
FAUCET_API_URL = f'https://faucet.{os.getenv("NETWORK","preview")}.world.dev.cardano.org'
FACUET_API_KEY = os.getenv("FAUCET_API_KEY")

0 comments on commit db27e12

Please sign in to comment.