We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d90aac3 commit 011d013Copy full SHA for 011d013
docs/explain/old-node-configs.md
@@ -48,6 +48,16 @@
48
49
## Version Reference:
50
51
+* Node `10.3.1`
52
+ * Environment configs can be found in `result/environments/config/` after running:
53
+ ```bash
54
+ nix run github:input-output-hk/cardano-playground/node-10.3.1-config#job-gen-env-config
55
+
56
+* Node `10.2.1`
57
+ * Environment configs can be found in `result/environments-pre/config/` after running:
58
59
+ nix run github:input-output-hk/cardano-playground/node-10.2.1-pre-config#job-gen-env-config
60
61
* Node `10.1.4`
62
* Environment configs can be found in `result/environments/config/` after running:
63
```bash
0 commit comments