Environment Variables

Setting File

  • packages/app/.env*
  • packages/slackbot-proxy/.env*

See dotenv-flow (opens new window).

Environment Variables Only Available in Development

Environment Variable Description
Option
PLUGIN_NAMES_TOBE_LOADED Specify plugins to load for development. See Plugins.
DEV_HTTPS Start HTTPS express server using self-signed certificate in resource/certs/localhost.
PUBLISH_OPEN_API Publish GROWI OpenAPI resources with ReDoc (opens new window). Visit /api-docs.