mirror of
https://github.com/vcscsvcscs/GenerationsHeritage.git
synced 2025-08-12 13:59:08 +02:00
21 lines
699 B
JSON
21 lines
699 B
JSON
{
|
|
// Use IntelliSense to learn about possible attributes.
|
|
// Hover to view descriptions of existing attributes.
|
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch db adapter",
|
|
"type": "go",
|
|
"request": "launch",
|
|
"mode": "debug",
|
|
"program": "${workspaceFolder}/apps/db-adapter/main.go",
|
|
"env": {
|
|
"HTTP_PORT": ":5237",
|
|
"MEMGRAPH_URI": "bolt://127.0.0.1:7687",
|
|
"MEMGRAPH_USER": "memgraph",
|
|
"MEMGRAPH_PASSWORD": "memgraph"
|
|
}
|
|
}
|
|
]
|
|
} |