
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja> git-svn-id: file:///srv/svn/repo/tokiko/trunk@20 8f5ca974-a7f8-e144-9f80-d41d5039c194
16 lines
356 B
INI
16 lines
356 B
INI
# IP address to listen on
|
|
addr = "127.0.0.1"
|
|
# TCP port to listen on
|
|
port = "70"
|
|
# Name to use when constructing URIs
|
|
hostname = "localhost"
|
|
# Path to the root directory
|
|
rootdir = "/var/gopher"
|
|
# Drop privilege to user and group specified.
|
|
# When only the user is specified, the default group of the user will
|
|
# be used.
|
|
# user = tokiko
|
|
# group = tokiko
|
|
|
|
|