GuidesAPI
DocumentationAPICommunitySupportLog In

Changing Default Ports

Changing Default Ports

If the default ports are already in use, change the ports on which the server in settings.yml file.
To change default ports:

  1. Go to the /opt/takipi-storage/settings.yml file
  2. Under applicationConnectors, change the HTTP and HTTPS ports as required:
applicationConnectors:
            - type: http
        port: 8080 # change here
      - type: https
        port:   8443 # change here
        keyStorePath: /opt/takipi-storage/storage.jks
        keyStorePassword: secret
        validateCerts: false