Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Experior.Activity/sbconfig.py
blob: dfd84b4252ae8bbd2515043659553d357a384c90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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"