-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update autopeering bruno environment, fix MASE request (#2813)
* chore(bruno): check data exists before setting the variables * chore(bruno): set autopeering vars * chore(mase): fix wallet address key creation * chore(bruno): add some more env vars to autopeering collection
- Loading branch information
Showing
18 changed files
with
91 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,27 @@ | ||
vars { | ||
clientWalletAddress: https://ilp.rafiki.money/d99f0eee | ||
clientKeyId: e9a47ee7-99b3-4656-b85f-12431dbc16b9 | ||
senderWalletAddress: null | ||
receiverWalletAddress: https://ilp.rafiki.money/d99f0eee | ||
clientWalletAddress: https://ilp.rafiki.money/d99f0eee | ||
clientKeyId: e9a47ee7-99b3-4656-b85f-12431dbc16b9 | ||
RafikiGraphqlHost: http://localhost:3001 | ||
RafikiAuthGraphqlHost: http://localhost:3003 | ||
PeerGraphqlHost: http://localhost:4001 | ||
PeerAuthGraphqlHost: http://localhost:4003 | ||
cloudNineWalletWebhookUrl: http://localhost:3030/webhooks | ||
happyLifeBankWebhookUrl: http://localhost:3031/webhooks | ||
signatureUrl: https://kxu5d4mr4blcthphxomjlc4xk40rvdsx.lambda-url.eu-central-1.on.aws/ | ||
clientPrivateKey: LS0tLS1CRUdJTiBQUklWQVRFIEtFWS0tLS0tCk1DNENBUUF3QlFZREsyVndCQ0lFSUUvMmFwQXduMlJPek5WNWd1L2ltZzdpT05rOWE1Ui9yakFxWVlUWHozZzgKLS0tLS1FTkQgUFJJVkFURSBLRVktLS0tLQ== | ||
gfranklinWalletAddress: https://cloud-nine-wallet-backend/accounts/gfranklin | ||
bhamchestWalletAddress: https://cloud-nine-wallet-backend/accounts/bhamchest | ||
wbdcWalletAddress: https://cloud-nine-wallet-backend/accounts/wbdc | ||
pfryWalletAddress: https://happy-life-bank-backend/accounts/pfry | ||
planexWalletAddress: https://happy-life-bank-backend/accounts/planex | ||
asmithWalletAddress: https://happy-life-bank-backend/accounts/asmith | ||
larsWalletAddress: https://happy-life-bank-backend/accounts/lars | ||
davidWalletAddress: https://happy-life-bank-backend/accounts/david | ||
withdrawalTimeout: 60 | ||
backendApiSignatureVersion: 1 | ||
backendApiSignatureSecret: iyIgCprjb9uL8wFckR+pLEkJWMB7FJhgkvqhTQR/964= | ||
authApiSignatureVersion: 1 | ||
authApiSignatureSecret: rPoZpe9tVyBNCigm05QDco7WLcYa0xMao7lO5KG1XG4= | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters