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 129abf7 commit 5af0331Copy full SHA for 5af0331
docs/LocalDeployment.md
@@ -102,11 +102,12 @@ The files for the dev container are located in `/.devcontainer/` folder.
102
103
6. **Create a `.env` file:**
104
105
- - 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.
106
107
7. **Fill in the `.env` file:**
108
109
- 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.
111
112
8. **(Optional) Set up a virtual environment:**
113
0 commit comments