We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17f61b9 commit 6878efeCopy full SHA for 6878efe
1 file changed
scripts/env/test/target.sh
@@ -13,7 +13,9 @@ get_base_url() {
13
return 0
14
;;
15
int)
16
- echo "http://gateway-api:8080" #TODO [GPCAPIM-????]: Figure out what this should be for testing int environment
+ # This is currently set to test a locally deployed application that is set to point
17
+ # at PDS, SDS and Provider INT environments.
18
+ echo "http://gateway-api:8080"
19
20
21
*)
0 commit comments