We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 707f4cb commit e261db6Copy full SHA for e261db6
docs/DeploymentGuide.md
@@ -345,11 +345,12 @@ The files for the dev container are located in `/.devcontainer/` folder.
345
346
5. **Create a `.env` file:**
347
348
- - 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.
349
350
6. **Fill in the `.env` file:**
351
352
- Use the output from the deployment or check the Azure Portal under "Deployments" in the resource group.
353
+ - Make sure to set APP_ENV to "**dev**" in `.env` file.
354
355
7. **(Optional) Set up a virtual environment:**
356
0 commit comments