5
0
Fork 0
mirror of https://0xacab.org/sutty/sutty synced 2024-07-03 10:36:07 +00:00

anarres por defecto

This commit is contained in:
f 2022-04-11 13:37:38 -03:00
parent 71ff2d3fd3
commit 5a891391cb

View file

@ -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