Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
simulation: Drop 'default-node' from values
Adrian Duke committed 9 days ago
commit e5134a66d0a05bbeffe91a527cd31eebf046920c
parent efdaf62cf33a21e955c365f6ef752e19dcc01ece
1 file changed +0 -6
modified simulation/modules/radicle-node/values.cue
@@ -16,10 +16,4 @@ values: {
		version: "1.2.0" | "1.4.0" | "1.5.0" | "1.5.0-" | "1.5.0-amd64" | "1.5.0-arm64" | "1.6.0" | "1.6.1" | "1.7.0" | "1.7.1" | "1.8.0" | "latest" | "main" | "production" | "sqlite-patch" | string | *"latest"
		...
	}
-

-
	// Provide a default node so that a basic install works out-of-the-box
-
	topology: "default-node": {
-
		role: "seed"
-
		replicas: 1
-
	}
}