fix(createNode()): Updating RSA to Ed25519 keys

This commit is contained in:
Chris Troutner
2024-01-29 07:57:32 -08:00
parent 07071032bc
commit bcb70edf2b
4 changed files with 15 additions and 10 deletions
+5
View File
@@ -1,6 +1,11 @@
/*
This file is used to store unsecure, application-specific data common to all
environments.
Additional Environent Variables:
- CONNECT_PREF: should have a value of 'cr' (default), or 'direct'. This is
used by helia-coord to select a connection preference between peers. Servers
with an ip4 or ip6 address should use 'direct'.
*/
/* eslint no-unneeded-ternary:0 */