Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Experior.Activity/sbconfig_sample.py
blob: b4d2c26d9478d7e78cc28293548cd8228a7305ba (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"