Skip to content

Commit

Permalink
remove test credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
bradbanister committed Nov 3, 2023
1 parent 23812b3 commit 3a2fd99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Meadowlark-js/.vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "node",
"request": "launch",
"runtimeArgs": ["--inspect", "--debug-port=9229"],
"env": {"FASTIFY_NUM_THREADS": "1", "FASTIFY_PORT": "3000" },
"env": {"FASTIFY_NUM_THREADS": "1", "FASTIFY_PORT": "3000", "OAUTH_HARD_CODED_CREDENTIALS_ENABLED": "true" },
"program": "${workspaceFolder}/services/meadowlark-fastify/dist/index.js",
"port": 9229,
"console": "integratedTerminal",
Expand Down Expand Up @@ -37,7 +37,7 @@
"--runInBand",
"${relativeFile}",
],
"env": {"FASTIFY_PORT": "3000", "ADMIN_KEY": "beff045b-b4aa-4482-be7e-d28bd64a8610", "ADMIN_SECRET": "bf9680b0db04a00b7e177686f8c9dd894efe736e01f4e5b52a70c3045e0c1eba" },
"env": {"FASTIFY_PORT": "3000" },
"console": "integratedTerminal",
"internalConsoleOptions": "neverOpen",
"port": 9229
Expand Down

0 comments on commit 3a2fd99

Please sign in to comment.