Skip to content

Commit c60faf5

Browse files
UpdatedLocaldocs
1 parent 933b935 commit c60faf5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/DeploymentGuide.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ The files for the dev container are located in `/.devcontainer/` folder.
334334
335335
- Use the output from the deployment or check the Azure Portal under "Deployments" in the resource group.
336336
- Make sure to set APP_ENV to "**dev**" in `.env` file.
337+
- When you run `azd provision` or `azd up`, a `.env` file is generated at `.azure/<env-name>/.env` (you can check the default environment using `azd env list`). Copy the contents of this file into your backend `.env` file. Additionally, for local development, make sure to include `BACKEND_API_URL=http://localhost:8000` and `FRONTEND_SITE_NAME=http://127.0.0.1:3000` in the `.env`.
337338
338339
7. **(Optional) Set up a virtual environment:**
339340

0 commit comments

Comments
 (0)