v0.0.9.3
Build Service / BuildPackage (push) Has been cancelled

This commit is contained in:
2026-05-26 02:27:14 -04:00
parent 70b8aab0f3
commit 931becd274
6 changed files with 45 additions and 15 deletions
+4 -1
View File
@@ -62,7 +62,10 @@ export const main = sdk.setupMain(async ({ effects }) => {
const spacedEnv = {
SPACED_CHAIN,
SPACED_DATA_DIR: dataDir,
SPACED_RPC_BIND: '127.0.0.1',
// Listen on all interfaces so the spaced RPC can be exposed externally via
// the "Spaces API" StartOS interface. Internal clients (subs, certrelay,
// indexer, space-cli, health checks) still connect over loopback below.
SPACED_RPC_BIND: '0.0.0.0',
SPACED_RPC_PORT: String(spacedRpcPort),
SPACED_RPC_URL: `http://127.0.0.1:${spacedRpcPort}`,
SPACED_BLOCK_INDEX: 'true',