diff options
Diffstat (limited to 'config/common_config.yaml')
-rw-r--r-- | config/common_config.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/common_config.yaml b/config/common_config.yaml index bc62a58..89678a2 100644 --- a/config/common_config.yaml +++ b/config/common_config.yaml @@ -1,8 +1,8 @@ osdf_system: libpath: /opt/app/osdf/libs osdf_ports: - internal: 24699 # inside the Docker container, the app listens to this port - external: 14699 # clients use this port on DockerHost + internal: 8699 # inside the Docker container, the app listens to this port + external: 8698 # clients use this port on DockerHost osdf_ip_default: 0.0.0.0 # # Important Note: At deployment time, we need to ensure the port mapping is done # ssl_context: ['./../etc/sniromanager.crt', './../etc/sniromanager.key'] |