enh: start central pocketbase at daemon port base

This commit is contained in:
Ben Allfree 2023-06-18 06:06:37 -07:00
parent 27a9d2ec8e
commit c419a1f692

View File

@ -1,4 +1,5 @@
import { import {
DAEMON_PB_PORT_BASE,
DAEMON_PB_SEMVER, DAEMON_PB_SEMVER,
DEBUG, DEBUG,
PH_BIN_CACHE, PH_BIN_CACHE,
@ -69,6 +70,7 @@ global.EventSource = require('eventsource')
isMothership: true, isMothership: true,
version: DAEMON_PB_SEMVER, version: DAEMON_PB_SEMVER,
slug: PUBLIC_APP_DB, slug: PUBLIC_APP_DB,
port: DAEMON_PB_PORT_BASE,
}) })
/** /**