From 9da96bf394bc199fef47d4f410dfac05348208b3 Mon Sep 17 00:00:00 2001 From: gavillom Date: Tue, 2 Oct 2018 09:11:13 +0200 Subject: [PATCH] A4C component REST API default port is 8088 When installing the A4C app, the default port is 8088. In this type, the default port is set to 8080. Both are not coherent. This commit to update it. --- org/alien4cloud/alien4cloud/pub/types.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/org/alien4cloud/alien4cloud/pub/types.yml b/org/alien4cloud/alien4cloud/pub/types.yml index 4b3a648..e130a77 100644 --- a/org/alien4cloud/alien4cloud/pub/types.yml +++ b/org/alien4cloud/alien4cloud/pub/types.yml @@ -58,7 +58,7 @@ capability_types: type: integer description: The port of the alien HTTP endpoint. required: true - default: 8080 + default: 8088 constraints: - in_range: [ 1, 65535 ] protocol: