From 5a891391cbea3cd4728cc3946e53198c5df84185 Mon Sep 17 00:00:00 2001 From: f Date: Mon, 11 Apr 2022 13:37:38 -0300 Subject: [PATCH] anarres por defecto --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/application.rb b/config/application.rb index ed143fee..446b5402 100644 --- a/config/application.rb +++ b/config/application.rb @@ -57,7 +57,7 @@ module Sutty end def nodes - @nodes ||= ENV.fetch('SUTTY_NODES', '').split(',') + @nodes ||= ENV.fetch('SUTTY_NODES', 'anarres.sutty.nl').split(',') end end end