Fix port.

This commit is contained in:
wusheng 2017-11-21 21:48:58 +08:00
parent 6af1644697
commit baf4000417
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ agent.application_code=Your_ApplicationName
# Examples
# Single collectorSERVERS="127.0.0.1:8080"
# Collector clusterSERVERS="10.2.45.126:8080,10.2.45.127:7600"
collector.servers=127.0.0.1:12800
collector.servers=127.0.0.1:10800
# Logging level
logging.level=DEBUG