-
Notifications
You must be signed in to change notification settings - Fork 5
application.yaml
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'
AnaLog documentation is added as the need required.
If you feel something is missing or incorrect here please don't hesitate
to ask for edit.