Skip to content

Commit da59d5f

Browse files
authored
ci(general): sets gateway network to preprod by default (#2197)
* ci(general): sets gateway network to preprod by default * wip: cleanup
1 parent ec4686f commit da59d5f

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

catalyst-gateway/blueprint.cue

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,17 +24,14 @@ project: {
2424
tag: _ @forge(name="GIT_HASH_OR_TAG")
2525
}
2626
env: {
27-
"RBAC_OFF": {
28-
value: "True"
27+
"CHAIN_NETWORK": {
28+
value: string | *"Preprod"
2929
}
30-
"SIGNED_DOC_SK": {
31-
secret: {
32-
name: "gateway"
33-
key: "signed-doc-secret-key"
34-
}
30+
"RBAC_OFF": {
31+
value: string | *"True"
3532
}
3633
"RUST_LOG": {
37-
value: "debug,cat_gateway=debug,cardano_chain_follower=info"
34+
value: string | *"debug,cat_gateway=debug,cardano_chain_follower=info"
3835
}
3936
"CASSANDRA_VOLATILE_URL": {
4037
secret: {
@@ -85,16 +82,22 @@ project: {
8582
key: "cassandra-persistent-deployment"
8683
}
8784
}
85+
"EVENT_DB_URL": {
86+
secret: {
87+
name: "db-url"
88+
key: "url"
89+
}
90+
}
8891
"INTERNAL_API_KEY": {
8992
secret: {
9093
name: "gateway"
9194
key: "api-key"
9295
}
9396
}
94-
"EVENT_DB_URL": {
97+
"SIGNED_DOC_SK": {
9598
secret: {
96-
name: "db-url"
97-
key: "url"
99+
name: "gateway"
100+
key: "signed-doc-secret-key"
98101
}
99102
}
100103
}
@@ -139,7 +142,6 @@ project: {
139142
name: "332405224602.dkr.ecr.eu-central-1.amazonaws.com/catalyst-voices/gateway-event-db"
140143
tag: _ @forge(name="GIT_HASH_OR_TAG")
141144
}
142-
143145
env: {
144146
DB_HOST: {
145147
secret: {

0 commit comments

Comments
 (0)