summaryrefslogtreecommitdiff
blob: 4bb37b3dd94976c17f8c1f15b84b50054fb588e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/files/amuleweb.confd,v 1.1 2005/07/10 15:02:47 chainsaw Exp $

# owner of amuleweb process (must be existing)
AMULEUSER="p2p"

# home directory for amuleweb (from where to read configuration) (must be existing)
AMULEHOME="/home/p2p"

# log file (/dev/null for nowhere)
LOG=/var/log/amuleweb.log

# aMule password (note: not your webserver password, but the external
# connection one)
AMULEPWD="secret"

# aMule host (this could be a remote host or usually localhost)
AMULEHOST="localhost"

# aMule external connection port
AMULEPORT="4712"