Skip to content

Commit

Permalink
Add prompt for MAPIT_API_KEY secret
Browse files Browse the repository at this point in the history
  • Loading branch information
ajparsons committed Jun 19, 2024
1 parent 3447706 commit abdf493
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@

{
"name": "local-intelligence-hub",

"secrets": {"MAPIT_API_KEY": {
"description": "API key for the MapIt API - optional for small numbers of queries"
}},
"dockerComposeFile": ["../docker-compose.yml"],
"service": "web",
"workspaceFolder": "/app",
"overrideCommand": true,

"extensions": [
"customizations": {"vscode":{"extensions": [
"ms-vscode.test-adapter-converter",
"bungcip.better-toml",
"ms-python.python",
Expand All @@ -16,5 +17,5 @@
"ms-azuretools.vscode-docker",
"github.vscode-pull-request-github",
"mhutchie.git-graph"
]
]}}
}

0 comments on commit abdf493

Please sign in to comment.