blob: 1a6fdf3ce178d2407ff67a51d723a4cc6eb109b9 (
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
25
26
|
#
# Sample saku.ini to run saku in distributed directory.
# Copyright (c) 2005-2007 shinGETsu Project.
#
[Network]
port: 8000
upnp: no
[Path]
prefix: /usr
var: /var
sysconfig: /etc
docroot: %(prefix)s/share/saku/www
file_dir: %(prefix)s/share/saku/file
template_dir: %(prefix)s/share/saku/template
log_dir: %(var)s/log/saku
run_dir: %(var)s/run/saku
cache_dir: %(var)s/spool/saku
spam_list: %(sysconfig)s/saku/spam.txt
initnode_list: %(sysconfig)s/saku/initnode.txt
node_allow: %(sysconfig)s/saku/node_allow.txt
node_deny: %(sysconfig)s/saku/node_deny.txt
[Gateway]
visitor: ^127
|