{ // 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": "blockd", "type": "go", "request": "launch", "mode": "auto", "program": "${workspaceRoot}/cmd/main.go", "args": [ "-log-level=debug", "-log-local=true", "-log-add-source=true", "-jwt-secret=local_jwt_secret", "-rest-address=localhost:8081", "-db-host=localhost:8432", "-db-database=blockd", "-db-user=blockd", "-db-secret=blockd", "-db-enable-tls=false" ] } ] }