require -loginuri on pCampBot

This commit is contained in:
Sean Dague
2008-02-26 21:10:57 +00:00
parent b8e6d6e245
commit 8d31fc2cd0
2 changed files with 22 additions and 16 deletions

View File

@@ -117,7 +117,7 @@ namespace pCampBot
firstname = startupConfig.GetString("firstname", "random");
lastname = startupConfig.GetString("lastname", "random");
password = startupConfig.GetString("password", "12345");
loginURI = startupConfig.GetString("loginuri", "http://10.1.1.5:9000");
loginURI = startupConfig.GetString("loginuri");