-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: consistent on port 4455 for oathkeeper
- Loading branch information
Nicolas Burtey
committed
Nov 14, 2023
1 parent
454fda4
commit ab5e4df
Showing
13 changed files
with
136 additions
and
136 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
204 changes: 102 additions & 102 deletions
204
docs/postman-collection/galoy-dev.postman_environment.json
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,103 +1,103 @@ | ||
{ | ||
"id": "b83e4600-64ca-4bed-addf-57213f5811e8", | ||
"name": "galoy-devnet", | ||
"values": [ | ||
{ | ||
"key": "protocol", | ||
"value": "http", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "domain", | ||
"value": "localhost", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "port", | ||
"value": "4002", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "currency", | ||
"value": "BTC", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "phone", | ||
"value": "+16505554322", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "code", | ||
"value": "321432", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "token", | ||
"value": "", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "walletId", | ||
"value": "", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "testnet-p2pkh-address", | ||
"value": "mkHS9ne12qx9pS9VojpwU5xtRd4T7X7ZUt", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "testnet-p2sh-address", | ||
"value": "2NGYHfoNUterKvuLVyVU5npmJPKmBwtoMzu", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "testnet-segwitV0-address", | ||
"value": "tb1ql7w62elx9ucw4pj5lgw4l028hmuw80sndtntxt", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "signet-p2pkh-address", | ||
"value": "mkHS9ne12qx9pS9VojpwU5xtRd4T7X7ZUt", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "signet-p2sh-address", | ||
"value": "2NGYHfoNUterKvuLVyVU5npmJPKmBwtoMzu", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "signet-segwitV0-address", | ||
"value": "tb1ql7w62elx9ucw4pj5lgw4l028hmuw80sndtntxt", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "twoFASecret", | ||
"value": "", | ||
"type": "any", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "walletIdUsd", | ||
"value": "", | ||
"type": "any", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "walletIdBtc", | ||
"value": "", | ||
"type": "any", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "regtest-segwitV0-address", | ||
"value": "bcrt1qy7msr5csmlmcwfqpafzvaapjr29ez9y40h40ge", | ||
"type": "default", | ||
"enabled": true | ||
} | ||
], | ||
"_postman_variable_scope": "environment", | ||
"_postman_exported_at": "2022-05-04T21:10:11.016Z", | ||
"_postman_exported_using": "Postman/9.17.1" | ||
} | ||
"id": "b83e4600-64ca-4bed-addf-57213f5811e8", | ||
"name": "galoy-devnet", | ||
"values": [ | ||
{ | ||
"key": "protocol", | ||
"value": "http", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "domain", | ||
"value": "localhost", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "port", | ||
"value": "4455", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "currency", | ||
"value": "BTC", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "phone", | ||
"value": "+16505554322", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "code", | ||
"value": "321432", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "token", | ||
"value": "", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "walletId", | ||
"value": "", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "testnet-p2pkh-address", | ||
"value": "mkHS9ne12qx9pS9VojpwU5xtRd4T7X7ZUt", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "testnet-p2sh-address", | ||
"value": "2NGYHfoNUterKvuLVyVU5npmJPKmBwtoMzu", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "testnet-segwitV0-address", | ||
"value": "tb1ql7w62elx9ucw4pj5lgw4l028hmuw80sndtntxt", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "signet-p2pkh-address", | ||
"value": "mkHS9ne12qx9pS9VojpwU5xtRd4T7X7ZUt", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "signet-p2sh-address", | ||
"value": "2NGYHfoNUterKvuLVyVU5npmJPKmBwtoMzu", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "signet-segwitV0-address", | ||
"value": "tb1ql7w62elx9ucw4pj5lgw4l028hmuw80sndtntxt", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "twoFASecret", | ||
"value": "", | ||
"type": "any", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "walletIdUsd", | ||
"value": "", | ||
"type": "any", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "walletIdBtc", | ||
"value": "", | ||
"type": "any", | ||
"enabled": true | ||
}, | ||
{ | ||
"key": "regtest-segwitV0-address", | ||
"value": "bcrt1qy7msr5csmlmcwfqpafzvaapjr29ez9y40h40ge", | ||
"type": "default", | ||
"enabled": true | ||
} | ||
], | ||
"_postman_variable_scope": "environment", | ||
"_postman_exported_at": "2022-05-04T21:10:11.016Z", | ||
"_postman_exported_using": "Postman/9.17.1" | ||
} |
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
Oops, something went wrong.