-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy path.env.test.local.example
More file actions
41 lines (35 loc) · 2.35 KB
/
.env.test.local.example
File metadata and controls
41 lines (35 loc) · 2.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# Provider integration test configuration
# Copy this file to .env.test.local and fill in your keys.
# .env.test.local is gitignored — never commit it.
# ── Koios ─────────────────────────────────────────────────────────────────────
# Koios uses a public endpoint — no API key needed.
# Set KOIOS_ENABLED=true to opt in (off by default to avoid rate limiting CI).
# KOIOS_ENABLED=true
# Optional: override the default public preprod endpoint
# KOIOS_PREPROD_URL=https://preprod.koios.rest/api/v1
# ── Blockfrost ────────────────────────────────────────────────────────────────
# Required to run Blockfrost tests. Get a key at https://blockfrost.io
BLOCKFROST_PREPROD_KEY=preprodXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# Optional: override the default preprod endpoint
# BLOCKFROST_PREPROD_URL=https://cardano-preprod.blockfrost.io/api/v0
# ── Maestro ───────────────────────────────────────────────────────────────────
# Required to run Maestro tests. Get a key at https://gomaestro.org
MAESTRO_PREPROD_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
# Optional: override the default preprod endpoint
# MAESTRO_PREPROD_URL=https://preprod.gomaestro-api.org/v1
# ── Kupmios (self-hosted or Demeter.run) ──────────────────────────────────────
# Both URLs are required to run Kupmios tests.
# If you use Demeter, provide one Kupo key and one Ogmios key.
# Leave this section unset if you want Kupmios tests to stay skipped.
KUPMIOS_KUPO_URL=https://your-kupo-endpoint
KUPMIOS_OGMIOS_URL=https://your-ogmios-endpoint
KUPMIOS_KUPO_KEY=your-kupo-key
KUPMIOS_OGMIOS_KEY=your-ogmios-key
# Optional overrides if Kupo / Ogmios need different headers:
# KUPMIOS_KUPO_HEADER_JSON={"dmtr-api-key":"your-kupo-key"}
# KUPMIOS_OGMIOS_HEADER_JSON={"dmtr-api-key":"your-ogmios-key"}
# Self-hosted local example:
# KUPMIOS_KUPO_URL=http://localhost:1442
# KUPMIOS_OGMIOS_URL=http://localhost:1337
# KUPMIOS_KUPO_KEY=
# KUPMIOS_OGMIOS_KEY=