diff --git a/configs/config.yaml b/configs/config.yaml index 25a6019..d4d9841 100644 --- a/configs/config.yaml +++ b/configs/config.yaml @@ -11,5 +11,5 @@ anonymous_poster_name: "Anonymous" page_size: 60 # Path to SQLite database file where all entries are stored. db_path: "/var/lib/justguestbook/guestbook.sqlite" -# Address of justcaptcha service -captcha_addr: "/var/run/justcaptcha/c.sock" \ No newline at end of file +# Address of justcaptcha service (TCP only) +captcha_addr: "http://startpage.arav.home.arpa/captcha/" \ No newline at end of file