mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore: MOTHERSHIP_INTERNAL_URL addition
This commit is contained in:
parent
81e3a12bbf
commit
84c6ee1ce4
@ -52,6 +52,10 @@ export const DAEMON_IPCIDR_LIST = env('DAEMON_IPCIDR_LIST', '')
|
||||
|
||||
export const DAEMON_PORT = envi('DAEMON_PORT', 3000)
|
||||
export const MOTHERSHIP_PORT = envi('MOTHERSHIP_PORT', 8091)
|
||||
export const MOTHERSHIP_INTERNAL_URL = env(
|
||||
'MOTHERSHIP_INTERNAL_URL',
|
||||
`http://localhost:${MOTHERSHIP_PORT}`,
|
||||
)
|
||||
|
||||
export const DAEMON_PB_PORT_BASE = envi('DAEMON_PB_PORT_BASE', 8090)
|
||||
export const DAEMON_PB_IDLE_TTL = envi('DAEMON_PB_IDLE_TTL', 5000)
|
||||
|
Loading…
x
Reference in New Issue
Block a user