Skip to content

Commit

Permalink
Set allow_taskprov in global config in docker/wrangler.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cjpatton committed Nov 22, 2023
1 parent 23b2263 commit 7989c48
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docker/wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ DAP_GLOBAL_CONFIG = """{
"min_batch_interval_start": 259200,
"max_batch_interval_end": 259200,
"supported_hpke_kems": ["x25519_hkdf_sha256"],
"taskprov_version": "v02"
"allow_taskprov": true
}"""
DAP_PROCESSED_ALARM_SAFETY_INTERVAL = "300"
DAP_DEPLOYMENT = "dev"
Expand Down Expand Up @@ -114,8 +114,7 @@ DAP_GLOBAL_CONFIG = """{
"min_batch_interval_start": 259200,
"max_batch_interval_end": 259200,
"supported_hpke_kems": ["x25519_hkdf_sha256"],
"allow_taskprov": true,
"taskprov_version": "v02"
"allow_taskprov": true
}"""
DAP_PROCESSED_ALARM_SAFETY_INTERVAL = "300"
DAP_DEPLOYMENT = "dev"
Expand Down

0 comments on commit 7989c48

Please sign in to comment.