Skip to content

Instantly share code, notes, and snippets.

@kianenigma
Created May 7, 2017 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kianenigma/3710f784cc7d0e2ccd0e133b3d16562b to your computer and use it in GitHub Desktop.
Save kianenigma/3710f784cc7d0e2ccd0e133b3d16562b to your computer and use it in GitHub Desktop.
{
"nodes": [
{
"path": "./front.js",
"port": 4000,
"stdio": "file",
"env": "TRACE_API_KEY {YOUR_API_KEY} TRACE_SERVICE_NAME front"
},
{
"path": "./client.js",
"port": 5000,
"stdio": "file",
"env": "TRACE_API_KEY {YOUR_API_KEY} TRACE_SERVICE_NAME client"
},
{
"path": "./worker.js",
"port": 6000,
"stdio": "file",
"env": "TRACE_API_KEY {YOUR_API_KEY} TRACE_SERVICE_NAME worker"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment