Apply prettier formating
[e-mobility-charging-stations-simulator.git] / manifest-cf-template.yml
index e5f15405915d91a4dc03b3d1cff6925e0072a905..aeb21df7a726832c077be2e7768d2a727b255cd1 100644 (file)
@@ -1,14 +1,14 @@
 applications:
-- name: charging-stations-simulator
-  memory: 1G
-  disk_quota: 1G
-  instances: 1
-  buildpacks:
-  - https://github.com/cloudfoundry/nodejs-buildpack
-  no-route: true
-  health-check-type: process
-  health-check-invocation-timeout: 10
-  command: node -r source-map-support/register dist/start.js
-  env:
-    # OPTIMIZE_MEMORY: true
-    NODE_OPTIONS: --stack-trace-limit=1024 --max-old-space-size=768
+  - name: charging-stations-simulator
+    memory: 1G
+    disk_quota: 1G
+    instances: 1
+    buildpacks:
+      - https://github.com/cloudfoundry/nodejs-buildpack
+    no-route: true
+    health-check-type: process
+    health-check-invocation-timeout: 10
+    command: node -r source-map-support/register dist/start.js
+    env:
+      # OPTIMIZE_MEMORY: true
+      NODE_OPTIONS: --stack-trace-limit=1024 --max-old-space-size=768