github rcourtman/Pulse v3.0.0
Version 3.0.0

latest releases: v4.15.0-rc.2, v4.15.0-rc.1, v4.14.0...
4 months ago

Version 3.0.0

This release introduces a significant change to how environment variables and configuration are handled.

💥 BREAKING CHANGE

  • Environment File Location: The .env file (and .env.example) is now expected to be in the project root directory, not within the server/ subdirectory.
  • Action Required:
    • Move your existing .env file from server/.env to .env (in the project root).
    • If using Docker Compose, update your docker-compose.yml to specify env_file: ./.env instead of ./server/.env.

Other Changes

  • The local development script (npm run dev) now uses Node's built-in --env-file flag to load the root .env file, simplifying the setup.
  • Error messages related to missing environment variables have been updated to reflect the new location.

Don't miss a new Pulse release

NewReleases is sending notifications on new releases.