Browse Source

Adding support for CloudHub V2

pull/4360/head
Guilherme Pereira 2 years ago
parent
commit
0e93aa3cea
  1. 7
      deploy/cloudhub_v2.sh

7
deploy/cloudhub_v2.sh

@ -10,9 +10,10 @@
#
# It requires following environment variables:
#
# CLIENT_ID - Connected App Client ID
# CLIENT_SECRET - Connected App Client Secret
# PRIVATE_SPACE_ID - Private Space ID where the TLS Context will be created
# CH2_CLIENT_ID - Connected App Client ID
# CH2_CLIENT_SECRET - Connected App Client Secret
# ORGANIZATION_ID - Anypoint Platform Organization ID
# CH2_PRIVATE_SPACE_ID - Private Space ID where the TLS Context will be created
#
#

Loading…
Cancel
Save