e98029ef63
* fix: disable pino-pretty in inspector to avoid freezes * CR comments
11 lines
416 B
Bash
11 lines
416 B
Bash
HOST=0.0.0.0
|
|
PORT=8082
|
|
|
|
NUXT_PUBLIC_MIXPANEL_TOKEN_ID=acd87c5a50b56df91a795e999812a3a4
|
|
NUXT_PUBLIC_MIXPANEL_API_HOST=https://analytics.speckle.systems
|
|
|
|
##########################################################
|
|
# Local dev settings
|
|
##########################################################
|
|
# Uncomment to enable pino-pretty log formatting in debug mode (disabled cause of node22 issues)
|
|
# ALLOW_PRETTY_DEBUGGER=true |