blob: 1bb754a2f0434f39383a7d6ab9d3c8e1a577f08d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# owner of amuleweb process (must be existing)
AMULEUSER="amule"
# home directory for amuleweb (from where to read configuration) (must be existing)
AMULEHOME="/var/lib/amule"
# 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"
|