Add bind_host setting requested by Artemis

This commit is contained in:
Cadence Ember 2023-03-08 22:53:07 +13:00
parent 29007b0e29
commit e0fec5fa9c
Signed by untrusted user: cadence
GPG key ID: BC1C2C61CF521B17
3 changed files with 8 additions and 3 deletions

View file

@ -29,12 +29,13 @@
(define default-config
'((application_name . "BreezeWiki")
(bind_host . "auto")
(port . "10416")
(canonical_origin . "")
(debug . "false")
(feature_search_suggestions . "true")
(instance_is_official . "false") ; please don't turn this on, or you will make me very upset
(log_outgoing . "true")
(port . "10416")
(strict_proxy . "false")
(feature_offline::enabled . "false")