Skip to content

Commit

Permalink
Add startup commands for agents
Browse files Browse the repository at this point in the history
Signed-off-by: George J Padayatti <[email protected]>
  • Loading branch information
georgepadayatti committed Nov 28, 2022
1 parent 55b9dd4 commit 5c6e21c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 52 deletions.
17 changes: 4 additions & 13 deletions dexa/docker/sample-startup/dm.yaml → dexa/docker/startup/dm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,7 @@ public-invites: true
plugin:
- "mydata_did"
- "dexa_protocol"
eth-node-rpc: ""
intermediary-eth-private-key: ""
org-eth-private-key: ""
contract-address: ""
firebase-web-api-key: ""
firebase-domain-uri-prefix: ""
firebase-android-package-name: ""
firebase-ios-bundle-id: ""
firebase-ios-appstore-id: ""
igrantio-org-id: ""
igrantio-org-api-key: ""
igrantio-org-api-key-secret: ""
igrantio-endpoint-url: ""
eth-node-rpc: "https://sepolia.infura.io/v3/41a58400151545dd93d2815959d85221"
intermediary-eth-private-key: "655209c48d2ce9250e74cf5e2a35ea4e1e350060ec1520e66ff85b95849ff03d"
org-eth-private-key: "2d8a019677512386c2f9739b1d7348d355b8906a7433a770e3d33391ddcfb5e3"
contract-address: "0x4700b9C4A340959AABb0da3FfCeb24123EE9FED6"
17 changes: 4 additions & 13 deletions dexa/docker/sample-startup/ds.yaml → dexa/docker/startup/ds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,7 @@ public-invites: true
plugin:
- "mydata_did"
- "dexa_protocol"
eth-node-rpc: ""
intermediary-eth-private-key: ""
org-eth-private-key: ""
contract-address: ""
firebase-web-api-key: ""
firebase-domain-uri-prefix: ""
firebase-android-package-name: ""
firebase-ios-bundle-id: ""
firebase-ios-appstore-id: ""
igrantio-org-id: ""
igrantio-org-api-key: ""
igrantio-org-api-key-secret: ""
igrantio-endpoint-url: ""
eth-node-rpc: "https://sepolia.infura.io/v3/41a58400151545dd93d2815959d85221"
intermediary-eth-private-key: "655209c48d2ce9250e74cf5e2a35ea4e1e350060ec1520e66ff85b95849ff03d"
org-eth-private-key: "b5328e04d56069038091e509d4323979e89f824359649411ff4813f2d9768261"
contract-address: "0x4700b9C4A340959AABb0da3FfCeb24123EE9FED6"
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,7 @@ public-invites: true
plugin:
- "mydata_did"
- "dexa_protocol"
eth-node-rpc: ""
intermediary-eth-private-key: ""
org-eth-private-key: ""
contract-address: ""
firebase-web-api-key: ""
firebase-domain-uri-prefix: ""
firebase-android-package-name: ""
firebase-ios-bundle-id: ""
firebase-ios-appstore-id: ""
igrantio-org-id: ""
igrantio-org-api-key: ""
igrantio-org-api-key-secret: ""
igrantio-endpoint-url: ""
eth-node-rpc: "https://sepolia.infura.io/v3/41a58400151545dd93d2815959d85221"
intermediary-eth-private-key: "655209c48d2ce9250e74cf5e2a35ea4e1e350060ec1520e66ff85b95849ff03d"
org-eth-private-key: "60ef8da43bf9e825183cf7dbd0c0534dadebab2ec255c05b02dc60464bc18418"
contract-address: "0x4700b9C4A340959AABb0da3FfCeb24123EE9FED6"
Original file line number Diff line number Diff line change
Expand Up @@ -26,16 +26,7 @@ public-invites: true
plugin:
- "mydata_did"
- "dexa_protocol"
eth-node-rpc: ""
intermediary-eth-private-key: ""
org-eth-private-key: ""
contract-address: ""
firebase-web-api-key: ""
firebase-domain-uri-prefix: ""
firebase-android-package-name: ""
firebase-ios-bundle-id: ""
firebase-ios-appstore-id: ""
igrantio-org-id: ""
igrantio-org-api-key: ""
igrantio-org-api-key-secret: ""
igrantio-endpoint-url: ""
eth-node-rpc: "https://sepolia.infura.io/v3/41a58400151545dd93d2815959d85221"
intermediary-eth-private-key: "655209c48d2ce9250e74cf5e2a35ea4e1e350060ec1520e66ff85b95849ff03d"
org-eth-private-key: "655209c48d2ce9250e74cf5e2a35ea4e1e350060ec1520e66ff85b95849ff03d"
contract-address: "0x4700b9C4A340959AABb0da3FfCeb24123EE9FED6"

0 comments on commit 5c6e21c

Please sign in to comment.