yt-function-sdk-go/.vscode/settings.json
2022-10-23 20:12:23 +03:00

8 lines
110 B
JSON

{
"go.testEnvVars": {
"LOG_LEVEL": "debug",
"NATS_HOST": "localhost",
"NATS_PORT": "4222"
}
}