Skip to content

Commit d9a08be

Browse files
Merge pull request microsoft#366 from microsoft/psl-update-readme-sfi
docs: Added changes in readme file related to SFI
2 parents 725eb07 + e261db6 commit d9a08be

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

docs/DeploymentGuide.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,11 +311,12 @@ The files for the dev container are located in `/.devcontainer/` folder.
311311
312312
5. **Create a `.env` file:**
313313
314-
- Navigate to the `src` folder and create a `.env` file based on the provided `.env.sample` file.
314+
- Navigate to the `src\backend` folder and create a `.env` file based on the provided `.env.sample` file.
315315
316316
6. **Fill in the `.env` file:**
317317
318318
- Use the output from the deployment or check the Azure Portal under "Deployments" in the resource group.
319+
- Make sure to set APP_ENV to "**dev**" in `.env` file.
319320
320321
7. **(Optional) Set up a virtual environment:**
321322

docs/LocalDeployment.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,11 +102,12 @@ The files for the dev container are located in `/.devcontainer/` folder.
102102
103103
6. **Create a `.env` file:**
104104
105-
- Navigate to the `src` folder and create a `.env` file based on the provided `.env.sample` file.
105+
- Navigate to the `src\backend` folder and create a `.env` file based on the provided `.env.sample` file.
106106
107107
7. **Fill in the `.env` file:**
108108
109109
- Use the output from the deployment or check the Azure Portal under "Deployments" in the resource group.
110+
- Make sure to set APP_ENV to "**dev**" in `.env` file.
110111
111112
8. **(Optional) Set up a virtual environment:**
112113

0 commit comments

Comments
 (0)