fix: rename host to hostname in example config

fixes #59
This commit is contained in:
Jordan Knott 2020-09-12 01:32:01 -05:00
parent ba9fc64fd9
commit 61cd376bfd

View File

@ -1,5 +1,5 @@
[general] [general]
host = '0.0.0.0:3333' hostname = '0.0.0.0:3333'
[email_notifications] [email_notifications]
enabled = true enabled = true