mirror of
https://github.com/pockethost/pockethost.git
synced 2025-03-30 15:08:30 +00:00
chore: log environment variables
This commit is contained in:
parent
b25c4e1fc6
commit
094640cf90
@ -59,3 +59,27 @@ export const PH_FTP_PASV_PORT_MIN = envi('PH_FTP_PASV_PORT_MIN', 10000)
|
||||
export const PH_FTP_PASV_PORT_MAX = envi('PH_FTP_PASV_PORT_MAX', 20000)
|
||||
|
||||
export const DENO_PATH = env('DENO_PATH', `deno`)
|
||||
|
||||
console.log({
|
||||
PUBLIC_APP_PROTOCOL,
|
||||
PUBLIC_APP_DOMAIN,
|
||||
PUBLIC_APP_DB,
|
||||
DAEMON_PB_USERNAME,
|
||||
DAEMON_PB_PASSWORD,
|
||||
DENO_PATH,
|
||||
PH_FTP_PASV_IP,
|
||||
PH_FTP_PORT,
|
||||
PH_FTP_PASV_PORT_MIN,
|
||||
PH_FTP_PASV_PORT_MAX,
|
||||
SSL_KEY,
|
||||
SSL_CERT,
|
||||
PH_BIN_CACHE,
|
||||
DAEMON_PB_BACKUP_SLEEP,
|
||||
DAEMON_PB_BACKUP_PAGE_COUNT,
|
||||
NODE_ENV,
|
||||
DEBUG,
|
||||
TRACE,
|
||||
DAEMON_PB_PORT_BASE,
|
||||
DAEMON_PB_IDLE_TTL,
|
||||
DAEMON_PB_DATA_DIR,
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user