diff options
Diffstat (limited to 'compose/export-ports.sh')
-rwxr-xr-x | compose/export-ports.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compose/export-ports.sh b/compose/export-ports.sh index 8dd2c163..35cd89c9 100755 --- a/compose/export-ports.sh +++ b/compose/export-ports.sh @@ -1,6 +1,7 @@ #!/bin/bash # ============LICENSE_START======================================================= # Copyright 2023-2024 Nordix Foundation. +# Modifications Copyright 2024 Deutsche Telekom # ================================================================================ # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -23,6 +24,7 @@ export APEX_EVENTS_PORT=23324 export API_PORT=30002 export PAP_PORT=30003 export XACML_PORT=30004 +export OPA_PDP_PORT=30012 export DROOLS_PORT=30005 export DROOLS_TELEMETRY_PORT=30216 export DIST_PORT=30006 |