searchhut/config.example.ini

20 lines
365 B
INI
Raw Normal View History

[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