ops: Tweak http port for onbtc unfurler instance

This commit is contained in:
wiz 2024-05-02 00:52:42 +09:00
parent 471a2397c0
commit cd8abe5c06
No known key found for this signature in database
GPG Key ID: A394E332255A6173
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ killall sh 2>/dev/null
killall chrome 2>/dev/null killall chrome 2>/dev/null
# kill xorg # kill xorg
killall xinit 2>/dev/null killall xinit Xorg 2>/dev/null
# kill dbus # kill dbus
killall dbus-daemon 2>/dev/null killall dbus-daemon 2>/dev/null

View File

@ -1,7 +1,7 @@
{ {
"SERVER": { "SERVER": {
"HOST": "https://onbtc.tk7.mempool.space", "HOST": "https://onbtc.tk7.mempool.space",
"HTTP_PORT": 8003 "HTTP_PORT": 8004
}, },
"MEMPOOL": { "MEMPOOL": {
"HTTP_HOST": "http://127.0.0.1", "HTTP_HOST": "http://127.0.0.1",