TeamCity :: Windows build agent default config
## Required
# Default protocol http, specify otherwise
# May point to proxy
serverUrl=http\://teamcity.example.com
# Defaults to system hostname
name=Windows
# Checked out repositories
workDir=C\:\\BuildAgent\\work
tempDir=C\:\\BuildAgent\\temp
systemDir=C\:\\BuildAgent\\system
## Optional
# Used by TeamCity server to connect to build agent
# Detected by build agent automatically
# Several network interfaces = may fail.
#ownAddress=<own IP address or server-accessible domain name>
# Port for TeamCity server to connect to the agent
# Incoming connections must be allowed
ownPort=9090
# Identify this agent on the TeamCity server.
## It is automatically generated and saved on the first agent connection to the server.
authorizationToken=<dynamically-generated>
## Default Build Properties
# Environment Variables
env.HOME=C\:\\BuildAgent
env.TEAMCITY_JRE=C\:\\BuildAgent\\jre