docs: Added changes in readme file related to SFI - #366
Merged
Conversation
Contributor
There was a problem hiding this comment.
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
srctosrc\backendfor.envfile creation - Added requirement to set APP_ENV to "dev" in the
.envfile
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. |
There was a problem hiding this comment.
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. |
Roopan-Microsoft
approved these changes
Aug 7, 2025
|
🎉 This PR is included in version 2.2.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
deepammi
pushed a commit
to deepammi/Multi-Agent-Custom-Automation-Engine-Solution-Accelerator
that referenced
this pull request
Dec 7, 2025
docs: Added changes in readme file related to SFI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
Add the content for env changes in LocalDeployment.md and DeploymentGuide.md
Does this introduce a breaking change?
Other Information
update LocalDeployment.md and DeploymentGuide.md file