@govuk-pay/cli 0.0.91 → 0.0.92

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@govuk-pay/cli",
3
- "version": "0.0.91",
3
+ "version": "0.0.92",
4
4
  "description": "GOV.UK Pay Command Line Interface",
5
5
  "bin": {
6
6
  "pay": "bin/cli.js",
@@ -54,9 +54,9 @@ frontend:
54
54
  proxy: true
55
55
  naxsi: true
56
56
  db: false
57
- port: 9000
58
- debug_port: 9001
59
- proxy_port: 29000
57
+ port: 9200
58
+ debug_port: 9201
59
+ proxy_port: 29200
60
60
  healthcheck: true
61
61
  can_use_egress_proxy: true
62
62
  clusters:
@@ -66,5 +66,5 @@ EMIT_PAYOUT_EVENTS=true
66
66
  TASK_QUEUE_ENABLED="true"
67
67
  AWS_SQS_CONNECTOR_TASKS_QUEUE_URL=http://localstack:4566/000000000000/connector_tasks_queue
68
68
 
69
- FRONTEND_URL=http://localhost:9000
69
+ FRONTEND_URL=http://localhost:9200
70
70
  CARDID_URL=http://cardid:9900
@@ -9,4 +9,4 @@ CONNECTOR_SMARTPAY_NOTIFICATION_URL=http://connector:9300/v1/api/notifications/s
9
9
  CONNECTOR_EPDQ_NOTIFICATION_URL=http://connector:9300/v1/api/notifications/epdq
10
10
  EPDQ_SHA_OUT_PASSPHRASE=mysecretpassphrase
11
11
  EXTERNAL_STUBS_URL=http://stubs:3030/
12
- FRONTEND_URL=http://localhost:9000
12
+ FRONTEND_URL=http://localhost:9200