in TeamCity.GitHubIssues-server/src/main/java/jetbrains/buildServer/issueTracker/github/GitHubIssueProvider.java [66:72]
public void setProperties(@NotNull Map<String, String> properties) {
super.setProperties(properties);
myHost = getHostProperty(properties);
myFetchHost = myHost;
myProperties.put("host", myHost);
patchPropertiesWithToken();
}