Fix RPC password for DNS2 trianglesd connection

This commit is contained in:
Krystie
2026-03-27 02:15:35 -07:00
parent f455e3841f
commit 8c5910ae31
3 changed files with 78 additions and 70 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ const PORT = process.env.PORT || 3051;
const RPC_URL = 'http://127.0.0.1:19112';
const RPC_USER = 'trianglesrpc';
const RPC_PASS = 'rpc$(openssl rand -hex 16)';
const RPC_PASS = 'xK7mNp4QvR8sWjY2bTdL9eAf';
// Cache for expensive RPC calls
const cache = {};