You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/net-p2p/amule/files/amuleweb.confd

29 lines
727 B

# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
# 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"
# Full (admin) access password for webserver
WEBPWD="secret2"
# aMule host (this could be a remote host or usually localhost)
AMULEHOST="localhost"
# aMule external connection port
AMULEPORT="4712"
# aMuleweb template (default, php-default, chicane)
TEMPLATE="default"