Skip to content

Conversation

Atulku-Microsoft
Copy link
Contributor

Purpose

Add the content for env changes in LocalDeployment.md and DeploymentGuide.md

Does this introduce a breaking change?

  • Yes
  • No

Other Information

update LocalDeployment.md and DeploymentGuide.md file

Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates documentation to reflect changes in the application's folder structure and environment configuration. The changes clarify where the .env file should be created and specify a required environment variable setting.

  • Updated file path from src to src\backend for .env file creation
  • Added requirement to set APP_ENV to "dev" in the .env file

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 2 comments.

File Description
docs/LocalDeployment.md Updated .env file location and added APP_ENV configuration requirement
docs/DeploymentGuide.md Updated .env file location and added APP_ENV configuration requirement

5. **Create a `.env` file:**
- Navigate to the `src` folder and create a `.env` file based on the provided `.env.sample` file.
- Navigate to the `src\backend` folder and create a `.env` file based on the provided `.env.sample` file.
Copy link

Copilot AI Aug 5, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use forward slashes for file paths in documentation to ensure cross-platform compatibility. Change src\backend to src/backend.

Suggested change
- Navigate to the `src\backend` folder and create a `.env` file based on the provided `.env.sample` file.
- Navigate to the `src/backend` folder and create a `.env` file based on the provided `.env.sample` file.

Copilot uses AI. Check for mistakes.

@Roopan-Microsoft Roopan-Microsoft changed the base branch from main to dev August 7, 2025 15:13
@Roopan-Microsoft Roopan-Microsoft merged commit d9a08be into dev Aug 7, 2025
9 checks passed
@Roopan-Microsoft Roopan-Microsoft deleted the psl-update-readme-sfi branch August 7, 2025 15:14
@github-actions
Copy link

🎉 This PR is included in version 2.2.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants