Fix start-prod(-multi) to actually use different identities than default messenger, also connect dev instances to the dev public chat and clean up the config files a lil
parent
1cf6ccafc6
commit
5a35f05f29
@ -1,6 +1,12 @@
|
||||
{
|
||||
"storageProfile": "development1",
|
||||
"localServerPort": "8082",
|
||||
"disableAutoUpdate": true,
|
||||
"openDevTools": true
|
||||
"seedNodeList": [
|
||||
{
|
||||
"ip": "storage.testnetseed1.loki.network",
|
||||
"port": "38157"
|
||||
}
|
||||
],
|
||||
"openDevTools": true,
|
||||
"defaultPublicChatServer": "https://chat-dev.lokinet.org/"
|
||||
}
|
||||
|
@ -1,4 +1,11 @@
|
||||
{
|
||||
"storageProfile": "development",
|
||||
"openDevTools": true
|
||||
"seedNodeList": [
|
||||
{
|
||||
"ip": "storage.testnetseed1.loki.network",
|
||||
"port": "38157"
|
||||
}
|
||||
],
|
||||
"openDevTools": true,
|
||||
"defaultPublicChatServer": "https://chat-dev.lokinet.org/"
|
||||
}
|
||||
|
@ -0,0 +1,4 @@
|
||||
{
|
||||
"storageProfile": "devprodProfile",
|
||||
"openDevTools": true
|
||||
}
|
@ -0,0 +1,5 @@
|
||||
{
|
||||
"storageProfile": "devprod1Profile",
|
||||
"localServerPort": "8082",
|
||||
"openDevTools": true
|
||||
}
|
@ -1,16 +1 @@
|
||||
{
|
||||
"seedNodeList": [
|
||||
{
|
||||
"ip": "storage.seed1.loki.network",
|
||||
"port": "22023"
|
||||
},
|
||||
{
|
||||
"ip": "storage.seed2.loki.network",
|
||||
"port": "38157"
|
||||
},
|
||||
{
|
||||
"ip": "imaginary.stream",
|
||||
"port": "38157"
|
||||
}
|
||||
]
|
||||
}
|
||||
{}
|
||||
|
Loading…
Reference in New Issue