-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (17 loc) · 935 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (17 loc) · 935 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Foundry project endpoint — auto-injected in hosted containers.
# Only set manually if running without `azd ai agent run`.
# FOUNDRY_PROJECT_ENDPOINT=https://<account>.services.ai.azure.com/api/projects/<project>
# GitHub token for Copilot authentication (required)
# Create a fine-grained PAT at: https://github.com/settings/personal-access-tokens/new
# -> Account permissions -> Copilot Requests -> Read-only
GITHUB_TOKEN=
# Optional: override the Copilot model
# GITHUB_COPILOT_MODEL=
# Foundry toolbox — set project endpoint + toolbox name to connect.
# Tools discovered from the toolbox replace the mock local versions.
# FOUNDRY_PROJECT_ENDPOINT=https://<account>.services.ai.azure.com/api/projects/<project>
# TOOLBOX_NAME=Support
# TOOLBOX_VERSION=1
#
# Or set the full URL directly:
# TOOLBOX_ENDPOINT=https://<account>.services.ai.azure.com/api/projects/<project>/toolboxes/<name>/versions/<ver>/mcp?api-version=v1