@carlosbajo/micro
Version:
framework para microservicios con google/pubsub
24 lines (23 loc) • 781 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": [
{
"type": "node",
"request": "launch",
"name": "Launch Program",
"program": "${workspaceFolder}/libros-api/server.js",
"env": {
"GOOGLE_CLOUD_PROJECT": "escuela-digital",
"GCLOUD_PROJECT": "escuela-digital",
"NODE_ENV": "development",
"MACHINE_ID": "karenggv",
"ACL_STATUS": "disable",
"TRACING": "true",
"MONGO_CON": "mongodb+srv://escuela:yN083OYKJr4lbmIt@escuela-digital-dev-3y8so.gcp.mongodb.net/development?retryWrites=true"
}
}
]
}