Skip to main content

Environment Variables

bohr.io's environment variables are useful for storing sensitive information, such as database credentials and API keys, among other examples.

Currently, bohr.io uses some default environment variables, which can be modified in the Build & Development menu within your project's settings:

  • BUILD_CMD
  • DEV_CMD
  • INSTALL_CMD
  • DEPLOY_PATH
  • PUBLIC_PATH

The nodeJS version is an example of an environment variable that can be added, as some frameworks require more up-to-date versions, such as Next 14, for example:

BOHR_FUNCTION_RUNTIME=nodejs18.x