diff options
Diffstat (limited to 'fastbangs.yaml')
-rw-r--r-- | fastbangs.yaml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/fastbangs.yaml b/fastbangs.yaml index 1c2720b..0151744 100644 --- a/fastbangs.yaml +++ b/fastbangs.yaml @@ -4,14 +4,15 @@ # port to bind to port: "20546" # address to bind to. can be a concrete address like 127.0.0.1, or *6 to indicate any ipv4/ipv6 address -bind-addr: "*4" +bind-addr: "*6" # information used for the search description -# the base-url MUSTN'T include a trailing slash -base-url: http://localhost:5035 +# the base-url MUSTN'T include a trailing slash, +# and the favicon-url should lead to a 16x16 image/x-icon file +base-url: http://localhost:20546 favicon-url: http://69owo.de/favicon.ico # access to the UI for accepting/rejecting user-submitted bangs. # for help with the admin-pw-hash please read the README.md -admin-user: bleh +admin-user: bleb admin-pw-hash: "" |