From 61cd376bfd0e9272b9c0cfd3497dbf163728e35f Mon Sep 17 00:00:00 2001 From: Jordan Knott Date: Sat, 12 Sep 2020 01:32:01 -0500 Subject: [PATCH] fix: rename host to hostname in example config fixes #59 --- conf/taskcafe.example.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/taskcafe.example.toml b/conf/taskcafe.example.toml index 81c48dd..99ecd4a 100644 --- a/conf/taskcafe.example.toml +++ b/conf/taskcafe.example.toml @@ -1,5 +1,5 @@ [general] -host = '0.0.0.0:3333' +hostname = '0.0.0.0:3333' [email_notifications] enabled = true