mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
ops: Tweak http port for onbtc unfurler instance
This commit is contained in:
parent
471a2397c0
commit
cd8abe5c06
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ killall sh 2>/dev/null
|
|||
killall chrome 2>/dev/null
|
||||
|
||||
# kill xorg
|
||||
killall xinit 2>/dev/null
|
||||
killall xinit Xorg 2>/dev/null
|
||||
|
||||
# kill dbus
|
||||
killall dbus-daemon 2>/dev/null
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"SERVER": {
|
||||
"HOST": "https://onbtc.tk7.mempool.space",
|
||||
"HTTP_PORT": 8003
|
||||
"HTTP_PORT": 8004
|
||||
},
|
||||
"MEMPOOL": {
|
||||
"HTTP_HOST": "http://127.0.0.1",
|
||||
|
|
Loading…
Add table
Reference in a new issue