diff --git a/docs/DeploymentGuide.md b/docs/DeploymentGuide.md index 362c64c5..8ac1c68b 100644 --- a/docs/DeploymentGuide.md +++ b/docs/DeploymentGuide.md @@ -345,11 +345,12 @@ The files for the dev container are located in `/.devcontainer/` folder. 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. 6. **Fill in the `.env` file:** - Use the output from the deployment or check the Azure Portal under "Deployments" in the resource group. + - Make sure to set APP_ENV to "**dev**" in `.env` file. 7. **(Optional) Set up a virtual environment:** diff --git a/docs/LocalDeployment.md b/docs/LocalDeployment.md index da1eb141..d613cd44 100644 --- a/docs/LocalDeployment.md +++ b/docs/LocalDeployment.md @@ -102,11 +102,12 @@ The files for the dev container are located in `/.devcontainer/` folder. 6. **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. 7. **Fill in the `.env` file:** - Use the output from the deployment or check the Azure Portal under "Deployments" in the resource group. + - Make sure to set APP_ENV to "**dev**" in `.env` file. 8. **(Optional) Set up a virtual environment:**