remove ip_url from seed nodes as this is unused
parent
215f2227c1
commit
1ffadad2ad
@ -1,10 +1,8 @@
|
|||||||
{
|
{
|
||||||
"seedNodeList": [
|
"seedNodeList": [
|
||||||
{
|
{
|
||||||
"ip_url": "http://127.0.0.1:22129/",
|
|
||||||
"url": "http://localhost:22129/"
|
"url": "http://localhost:22129/"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"openDevTools": true,
|
"openDevTools": true
|
||||||
"defaultFileServer": "https://file-dev.getsession.org"
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue