Skip to content

Commit

Permalink
Merge branch 'develop' into release/1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
secureandrew authored Mar 21, 2023
2 parents 82ac077 + d7e73ef commit 759b578
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions integration-tests/testsetups/mercury/mercury.go
Original file line number Diff line number Diff line change
Expand Up @@ -921,11 +921,10 @@ func (te *TestEnv) AddMercuryServer(users *[]User) (ed25519.PublicKey, []CsaKeyW
"resources": te.ResourcesConfig.MercuryDBResources,
},
},
"qa": map[string]interface{}{
"rpcPrivateKey": hex.EncodeToString(rpcPrivKey),
"enabled": true,
"initDbSql": initDbSql,
"envSecrets": map[string]interface{}{
"RPC_PRIVATE_KEY": hex.EncodeToString(rpcPrivKey),
},
"initDbSql": initDbSql,
"rpcNodesConf": string(rpcNodesJsonConf),
"prometheus": "true",
}
Expand Down

0 comments on commit 759b578

Please sign in to comment.