1# $Id: ui.conf,v 1.1.1.1 2008/10/15 03:28:08 james26_jang Exp $
2###############################################################################
3
4###############################################################################
5# DAEMON CONNECTION
6
7[daemon]
8
9#
10# Host of the giFT daemon that is listening for interface connections.  If
11# unsure, use the default.
12#
13# NOTE:
14#  This currently does not support hostname lookup
15#
16host = 127.0.0.1
17
18#
19# Interface port which the [possibly] remote giFT daemon is listening on.  You
20# should only need to change this if you have the daemon running on a special
21# port.
22#
23port = 1213
24