Environment Variables

Environment variables are located in the file .env at Outerbridge/packages/server.

VariableTypeDefaultDescription
PORTNumber3000The HTTP port Outerbridge runs on.
PASSPHRASEStringMYPASSPHRASEPassphrase to create encryption key.
NODE_ENVStringdevelopmentNode environment to allow accessing ui when set to development. For production, set to production.
ENABLE_TUNNELBooleantrueEnable Outerbridge to have tunnel URL. This is for 3rd party webhook services to discover Outerbridge on web.
EXECUTION_TIMEOUTNumberTimeout before an execution is terminated. Variable is not set by default.