mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-26 05:36:21 +00:00
anarres por defecto
This commit is contained in:
parent
71ff2d3fd3
commit
5a891391cb
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ module Sutty
|
||||||
end
|
end
|
||||||
|
|
||||||
def nodes
|
def nodes
|
||||||
@nodes ||= ENV.fetch('SUTTY_NODES', '').split(',')
|
@nodes ||= ENV.fetch('SUTTY_NODES', 'anarres.sutty.nl').split(',')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue