session-desktop/config/development-2.json

17 lines
335 B
JSON
Raw Normal View History

{
"storageProfile": "development2",
"localServerPort": "8083",
"seedNodeList": [
2020-01-22 02:00:03 +01:00
{
"ip": "public.loki.foundation",
"port": "38157"
},
{
"ip": "storage.testnetseed1.loki.network",
"port": "38157"
}
],
"openDevTools": true,
"defaultPublicChatServer": "https://chat-dev.lokinet.org/"
}