make default deployment during dev the butter box one
This commit is contained in:
parent
13971ac592
commit
798a6be78b
1 changed files with 5 additions and 2 deletions
|
|
@ -1,3 +1,6 @@
|
|||
# Deployment-specific variables to specify what features to surface.
|
||||
has_internet: true
|
||||
show_chat: false
|
||||
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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue