{ // 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 Package", "type": "go", "request": "launch", "mode": "auto", "cwd": "${workspaceFolder}", "program": ".", "env": { "LOCAL_DOMAIN": "localhost:1323", "SESSION_SECRET": "dev", "DB_HOST": "localhost", "DB_PORT": "27017", "DB_NAME": "audon", "DB_USER": "root", "DB_PASS": "example", "APP_ENV": "development" } } ] }