searchhut/config.example.ini
2022-07-09 13:53:02 +02:00

19 lines
357 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 port to bind the API service to.
port=8080
[searchhut::web]
#
# The port to bind the web service to.
port=8081