Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Experior.Activity/sbconfig.py
diff options
context:
space:
mode:
Diffstat (limited to 'Experior.Activity/sbconfig.py')
-rwxr-xr-xExperior.Activity/sbconfig.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/Experior.Activity/sbconfig.py b/Experior.Activity/sbconfig.py
new file mode 100755
index 0000000..dfd84b4
--- /dev/null
+++ b/Experior.Activity/sbconfig.py
@@ -0,0 +1,13 @@
+#!/usr/bin/env python
+# encoding: utf-8
+
+# The host that the sugarbot clients should connect to in order to retrieve
+# the commands that they need to execute.
+host = "localhost"
+
+# The port to connect over. This is the same port that the XML-RPC server
+# will be listening on.
+port = 54321
+
+# Client name.
+clientName = "testClientName" \ No newline at end of file