Skip to content
Vladimir Plizga edited this page Oct 10, 2019 · 3 revisions
server:
    port: 8083
    address: localhost       # change it to your server's domain name to make AnaLog accessible from outside

nodes:
  this:                      # neither host nor serverPort are needed for this node as they are already defined in server.*
    name: myself
    agentPort: 7801
  others:
    - name: second
      host: second.mycompany.com
      agentPort: 7802        # by default other node's agentPort equals to current 'nodes.this.agentPort'
    - name: third
      host: third.mycompany.com
      serverPort: 8080       # by default other node's serverPort equals to current 'server.port'
Clone this wiki locally