Pandastack Documentation
  • Welcome
  • Getting Started
    • Quickstart
      • Getting Started
    • Projects
      • Static Website
        • Configure your static website
          • Pre-defined ENV for static websites
      • Conatinered Website
        • How to configure nodejs project
        • How to Configure Python projects
        • How to Configure GO project
        • Docker runtime Projects
        • Private Connection with database.
        • Override default ENV
    • Databases
      • MySQL
      • PostgreSQL
      • Redis
      • MongoDB
      • TimeScaleDB
    • Monitoring
      • Uptime Check
      • SSL monitoring
      • Monitors pricing
    • Analytics
    • SSO
      • Google
      • Azure
    • Managed Apps
      • Wordpres
      • Directus
      • Strapi
      • Consul
      • Jenkins
    • PandaEdge
      • Deploy a nodejs function
      • Deploy a python function
      • Panda Edge pricing
Powered by GitBook
On this page
  1. Getting Started
  2. Projects
  3. Static Website
  4. Configure your static website

Pre-defined ENV for static websites

By default, we are using a set to most stable tools and packages but you can always override them. Below is the list of ENVs you can pass in configuration to override the default values.

  • NODE_VERSION: ex - 18 or 18.x

  • NODE_ENV: nodejs environment ( development, production)

  • NPM_VERSION: value that sets the npm version.

  • NPM_FLAGS: value passed as when running npm install.

  • NPM_TOKEN: used for fetching private npm modules.

  • USE_YARN : Force the use of yarn to install build dependencies instead of npm

  • YARN_VERSION: yarn version

  • YARN_FLAGS: value passed as when running yarn install.

  • YARN_NPM_AUTH_TOKEN: used for fetching private npm modules with Yarn.

  • BUN_FLAGS: passed as flags on the bun install command.

  • RUBY_VERSION: used to set the Ruby version.

  • PHP_VERSION: value that sets the PHP version. Default and available values are determined by the site build-image.

  • PNPM_FLAGS: passed as flags on the pnpm install command.

  • PYTHON_VERSION: value that sets the Python version.

  • HUGO_VERSION: value that sets the Hugo version.

  • SWIFT_VERSION: value that sets the Swift version.

  • GO_VERSION: value that sets the Go version. Default and available values are determined by the site build-image.

  • PANDA_PREVIEW : coming soon

PreviousConfigure your static websiteNextConatinered Website

Last updated 9 days ago