Skip to content

Commit 43df212

Browse files
add test value to local ec kv store
1 parent 43c9f1f commit 43df212

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

fastly.toml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ build = """
1919

2020
[local_server]
2121
address = "127.0.0.1:7676"
22-
22+
2323
[local_server.backends]
2424

2525
[local_server.kv_stores]
@@ -43,6 +43,12 @@ build = """
4343
key = "placeholder"
4444
data = "placeholder"
4545

46+
# Pre-seeded test EC entry for local script testing (test-prebid-eids.sh).
47+
# Matches the TEST_EC_ID used in that script.
48+
[[local_server.kv_stores.ec_identity_store]]
49+
key = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa.test01"
50+
data = '{"v":1,"created":1700000000,"last_seen":1700000000,"consent":{"ok":true,"updated":1700000000},"geo":{"country":"US"}}'
51+
4652
[local_server.secret_stores]
4753
[[local_server.secret_stores.signing_keys]]
4854
key = "ts-2025-10-A"

0 commit comments

Comments
 (0)