File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -311,11 +311,12 @@ The files for the dev container are located in `/.devcontainer/` folder.
311311
3123125. **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\b ackend ` folder and create a ` .env` file based on the provided ` .env.sample` file.
315315
3163166. **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
3203217. **(Optional) Set up a virtual environment:**
321322
Original file line number Diff line number Diff line change @@ -102,11 +102,12 @@ The files for the dev container are located in `/.devcontainer/` folder.
102102
1031036. **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\b ackend ` folder and create a ` .env` file based on the provided ` .env.sample` file.
106106
1071077. **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
1111128. **(Optional) Set up a virtual environment:**
112113
You can’t perform that action at this time.
0 commit comments