mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-07-09 10:08:13 -07:00
server: fix port
This commit is contained in:
@@ -5,7 +5,7 @@ import { createRWS } from "/src/solid/rws";
|
||||
import { HEIGHT_CHUNK_SIZE } from ".";
|
||||
|
||||
const USE_LOCAL_URL = true;
|
||||
const LOCAL_URL = "http://localhost:3111";
|
||||
const LOCAL_URL = "http://localhost:3110";
|
||||
const WEB_URL = "https://api.satonomics.xyz";
|
||||
const BACKUP_WEB_URL = "https://api-bkp.satonomics.xyz";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user