Add exponential delay at reconnect
[e-mobility-charging-stations-simulator.git] / manifest-cf-template.yml
index c31cbb5b894bb2d61ae8321b8479888d4a9935a0..2e37ca31845fa6b408bb465d609dd83b5ba541f0 100644 (file)
@@ -1,5 +1,5 @@
 applications:
-- name: sap-ev-simulator-qa
+- name: sap-ev-simulator
   memory: 1G
   disk_quota: 1G
   instances: 1
@@ -7,6 +7,6 @@ applications:
   - https://github.com/cloudfoundry/nodejs-buildpack
   no-route: true
   health-check-type: process
-  command: node src/index.js
+  command: node -r source-map-support/register dist/start.js
   env:
     OPTIMIZE_MEMORY: true