searchhut/config.example.ini
2022-07-09 15:39:04 +02:00

19 lines
365 B
INI

[searchhut]
#
# PostgreSQL connection string
connection-string=
#
# User-Agent header. The recommended format is:
# SearchHut Bot 0.0 (GNU AGPL 3.0); https://sr.ht/~sircmpwn/searchhut; <your email address>
user-agent=
[searchhut::api]
#
# The address to bind the API service to.
bind=:8080
[searchhut::web]
#
# The address to bind the web service to.
bind=:8081