Skip to content

Commit 7dea610

Browse files
authored
feat(cat-gateway): Set the SIGNED_DOC_SK env var into the blueprint.cue (#2180)
* add SIGNED_DOC_SK definition * try
1 parent 218c985 commit 7dea610

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

catalyst-gateway/blueprint.cue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@ project: {
2727
"RBAC_OFF": {
2828
value: "True"
2929
}
30+
"SIGNED_DOC_SK": {
31+
secret: {
32+
name: "gateway"
33+
key: "signed-doc-secret-key"
34+
}
35+
}
3036
"RUST_LOG": {
3137
value: "debug,cat_gateway=debug,cardano_chain_follower=info"
3238
}

0 commit comments

Comments
 (0)