Override node attributes for andromeda and barnard

This commit is contained in:
Greg Karékinian 2019-07-05 15:39:47 +02:00
parent 9c8befc179
commit 666ba1e6f6
2 changed files with 18 additions and 0 deletions

View File

@ -10,6 +10,19 @@
"role[mastodon]",
"role[ejabberd]"
],
"normal": {
"kosmos-ipfs": {
"ipfs": {
"config": {
"Swarm.ConnMgr.LowWater": 100,
"Swarm.ConnMgr.HighWater": 300
}
}
},
"ipfs": {
"memory_max": "1G"
}
},
"automatic": {
"ipaddress": "andromeda.kosmos.org"
}

View File

@ -9,6 +9,11 @@
"sockethub",
"sockethub::proxy"
],
"normal": {
"ipfs": {
"memory_max": "256M"
}
},
"automatic": {
"ipaddress": "barnard.kosmos.org"
}