15 lines
No EOL
361 B
Text
15 lines
No EOL
361 B
Text
# Tokyo tyrant config
|
|
|
|
# Listening options
|
|
TT_HOST=127.0.0.1
|
|
TT_PORT=1978
|
|
|
|
# Database file - please refer to man ttserver for alternatives
|
|
TT_DB="/var/lib/tokyotyrant/casket.tch#bnum=1000000#opts=ld"
|
|
|
|
# ttserver accepts a wide range of options, put them here
|
|
TT_OPTS=""
|
|
|
|
# don't change these
|
|
TT_PID=/var/run/tokyotyrant/db.pid
|
|
TT_LOG=/var/log/tokyotyrant/db.log |