mirror of
https://github.com/pockethost/pockethost.git
synced 2025-05-19 21:36:40 +00:00
enh: start central pocketbase at daemon port base
This commit is contained in:
parent
27a9d2ec8e
commit
c419a1f692
@ -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,
|
||||||
})
|
})
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user