From 798a6be78b561694a5f0560620ed0686129a2beb Mon Sep 17 00:00:00 2001 From: John Hess Date: Tue, 11 Oct 2022 22:27:00 -0500 Subject: [PATCH] make default deployment during dev the butter box one --- _data/deployment.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/_data/deployment.yml b/_data/deployment.yml index f83be1f..bc07ea9 100644 --- a/_data/deployment.yml +++ b/_data/deployment.yml @@ -1,3 +1,6 @@ # Deployment-specific variables to specify what features to surface. -has_internet: true -show_chat: false \ No newline at end of file +has_internet: false +show_chat: true +# The standard dnsmasq config includes butterbox.lan even when a non-EN language +# is selected so this should work even when the user-visible domain is different. +chat_server: "butterbox.lan" \ No newline at end of file