15 lines
533 B
YAML
15 lines
533 B
YAML
# address:port or /path/to/unix.sock
|
|
listen_on: "/var/run/justguestbook/g.sock"
|
|
owner:
|
|
# Name to be displayed in replies.
|
|
name: "Admin"
|
|
# Password for administrative commands.
|
|
password: ""
|
|
# A name for anonymous posters.
|
|
anonymous_poster_name: "Anonymous"
|
|
# How many entries to display on one page.
|
|
page_size: 60
|
|
# Path to SQLite database file where all entries are stored.
|
|
db_path: "/var/lib/justguestbook/guestbook.sqlite"
|
|
# Address of justcaptcha service (TCP only)
|
|
captcha_addr: "http://startpage.arav.home.arpa/captcha/" |